totalsForAllResults property

Map<String, String>? totalsForAllResults
getter/setter pair

Total values for the requested metrics over all the results, not just the results returned in this response.

The order of the metric totals is same as the metric order specified in the request.

Implementation

core.Map<core.String, core.String>? totalsForAllResults;