dimensions property

List<Dimension>? dimensions
getter/setter pair

A list of dimensions to show as pivot columns.

A Pivot can have a maximum of 4 dimensions. Pivot dimensions are part of the restriction on the total number of dimensions allowed in the request.

Implementation

core.List<Dimension>? dimensions;