rows property

List<Row>? rows
getter/setter pair

Rows of dimension value combinations and metric values in the report.

Implementation

core.List<Row>? rows;