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