labelValues property

List<LabelValue>? labelValues
getter/setter pair

The values of the labels in the time series identifier, given in the same order as the label_descriptors field of the TimeSeriesDescriptor associated with this object.

Each value must have a value of the type given in the corresponding entry of label_descriptors.

Implementation

core.List<LabelValue>? labelValues;