droppedAttributesCount property
dropped_attributes_count is the number of dropped attributes. If the value is 0, then no attributes were dropped.
Implementation
@$pb.TagNumber(2)
$core.int get droppedAttributesCount => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set droppedAttributesCount($core.int v) {
$_setUnsignedInt32(1, v);
}