Labeler Policies
data class LabelerPolicies(val labelValues: List<LabelValue>, val labelValueDefinitions: List<LabelValueDefinition> = emptyList())
Parameters
label Values
The label values which this labeler publishes. May include global or custom labels.
label Value Definitions
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())