dimensions property
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;