AppliedLabel

  • Label entities using a specific format that includes network code and label ID.

  • Control the label's effect by setting the negated field to true or false, indicating whether to apply or negate the label's impact.

  • JSON representation simplifies the process of applying or removing labels from entities within a network.

Represents a Label that can be applied to an entity.

JSON representation
{
  "label": string,
  "negated": boolean
}
Fields
label

string

Required. The label to be applied. Format: "networks/{networkCode}/labels/{labelId}"

negated

boolean

Specifies whether or not to negate the effects of the label.