rows property

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

Analytics 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<McfDataRows>>? rows;