labels property

List<LabelDescriptor>? labels
getter/setter pair

The set of labels that must be defined to identify a particular channel of the corresponding type.

Each label includes a description for how that field should be populated.

Implementation

core.List<LabelDescriptor>? labels;