totals property

List<String>? totals
getter/setter pair

The totals of the report.

This is the same length as any other row in the report; cells corresponding to dimension columns are empty.

Implementation

core.List<core.String>? totals;