aggregates property

List<Row>? aggregates
getter/setter pair

Aggregation of metric values.

Can be totals, minimums, or maximums. The returned aggregations are controlled by the metric_aggregations in the pivot. The type of aggregation returned in each row is shown by the dimension_values which are set to "RESERVED_".

Implementation

core.List<Row>? aggregates;