columnHeaders property

List<GaDataColumnHeaders>? columnHeaders
getter/setter pair

Column headers that list dimension names followed by the metric names.

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

Implementation

core.List<GaDataColumnHeaders>? columnHeaders;