count property
Count aggregator.
Implementation
@$pb.TagNumber(1)
StructuredAggregationQuery_Aggregation_Count get count => $_getN(0);
Implementation
@$pb.TagNumber(1)
set count(StructuredAggregationQuery_Aggregation_Count v) {
setField(1, v);
}