metricValues property

Map<String, ReportRowMetricValue>? metricValues
getter/setter pair

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;