rows property

List<List<String>>? rows
getter/setter pair

The output rows of the report.

Each row is a list of cells; one for each dimension in the request, followed by one for each metric in the request. The dimension cells contain strings, and the metric cells contain numbers.

Implementation

core.List<core.List<core.String>>? rows;