rows property

List<Row>? 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.

Implementation

core.List<Row>? rows;