dimensions property

List<String>? dimensions
getter/setter pair

Zero or more dimensions to group results by.

Dimensions are the group-by values in the Search Analytics page. Dimensions are combined to create a unique row key for each row. Results are grouped in the order that you supply these dimensions.

Optional.

Implementation

core.List<core.String>? dimensions;