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