columnHeaders property

List<RealtimeDataColumnHeaders>? 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<RealtimeDataColumnHeaders>? columnHeaders;