rows property

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

Real time data rows, where each row contains a list of dimension values followed by the metric values.

The order of dimensions and metrics is same as specified in the request.

Implementation

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