AppliedLabel

  • Applied Labels are used to represent a label that can be applied to an entity.

  • Applied Labels have two main fields: label (a string representing the label) and negated (a boolean to negate the label's effects).

  • The label field is required and has a specific format.

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.