dimensionValues property
Map of dimension values in a row, with keys as enum name of the dimensions.
Implementation
core.Map<core.String, ReportRowDimensionValue>? dimensionValues;
Map of dimension values in a row, with keys as enum name of the dimensions.
core.Map<core.String, ReportRowDimensionValue>? dimensionValues;