LabelerPoliciesInput

data class LabelerPoliciesInput(val labelValueDefinitions: <Error class: unknown class><List<LabelValueDefinition>> = AtField.Missing, val labelValues: List<LabelValue>)

Constructors

Link copied to clipboard
constructor(labelValueDefinitions: <Error class: unknown class><List<LabelValueDefinition>> = AtField.Missing, labelValues: List<LabelValue>)

Properties

Link copied to clipboard
val labelValueDefinitions: <Error class: unknown class><List<LabelValueDefinition>>

Label values created by this labeler and scoped exclusively to it. Labels defined here will override global label definitions for this labeler.

Link copied to clipboard

The label values which this labeler publishes. May include global or custom labels.