rows property

List<GoogleCloudChannelV1Row>? rows
getter/setter pair

The report's lists of values.

Each row follows the settings and ordering of the columns from report_metadata.

Implementation

core.List<GoogleCloudChannelV1Row>? rows;