dimensions property

List<String>? dimensions
getter/setter pair

List of dimensions of the report.

The value combination of these dimensions determines the row of the report. If no dimensions are specified, the report returns a single row of requested metrics for the entire account.

Implementation

core.List<core.String>? dimensions;