aggregations property
Optional. Series of aggregations to apply over the results of the
structured_query
.
Requires:
- A minimum of one and maximum of five aggregations per query.
Implementation
@$pb.TagNumber(3)
$core.List<StructuredAggregationQuery_Aggregation> get aggregations =>
$_getList(1);