AppliedLabel

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.