aggregations property

List<Aggregation>? aggregations
getter/setter pair

Series of aggregations to apply over the results of the structured_query.

Requires: * A minimum of one and maximum of five aggregations per query.

Optional.

Implementation

core.List<Aggregation>? aggregations;