pivots property

List<Pivot>? pivots
getter/setter pair

Describes the visual format of the report's dimensions in columns or rows.

The union of the fieldNames (dimension names) in all pivots must be a subset of dimension names defined in Dimensions. No two pivots can share a dimension. A dimension is only visible if it appears in a pivot.

Implementation

core.List<Pivot>? pivots;