breakdownDimensions property

List<String>? breakdownDimensions
getter/setter pair

The set of dimensions along which to break down the response; may be empty.

If multiple dimensions are requested, the breakdown is along the Cartesian product of the requested dimensions.

Implementation

core.List<core.String>? breakdownDimensions;