rows property
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;
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.
core.List<core.List<McfDataRows>>? rows;