metricValues property
Map of metric values in a row, with keys as enum name of the metrics.
If a metric being requested has no value returned, the map will not include it.
Implementation
core.Map<core.String, ReportRowMetricValue>? metricValues;
Map of metric values in a row, with keys as enum name of the metrics.
If a metric being requested has no value returned, the map will not include it.
core.Map<core.String, ReportRowMetricValue>? metricValues;