LabelerPolicies
data class LabelerPolicies(val labelValues: List<LabelValue>, val labelValueDefinitions: List<LabelValueDefinition> = emptyList())
Parameters
labelValues
The label values which this labeler publishes. May include global or custom labels.
labelValueDefinitions
Label values created by this labeler and scoped exclusively to it. Labels defined here will override global label definitions for this labeler.
Constructors
Link copied to clipboard
constructor(labelValues: List<LabelValue>, labelValueDefinitions: List<LabelValueDefinition> = emptyList())