dimensions property

List<String>? dimensions
getter/setter pair

List of dimension names to group the aggregations by.

If no dimensions are passed, a single trend line representing the requested metric aggregations grouped by environment is returned.

Implementation

core.List<core.String>? dimensions;