AppliedLabel
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[null,null,["Last updated 2025-08-20 UTC."],[],["A Label is represented in JSON as an object with two fields. The `label` field, a required string, indicates the label to be applied using the format \"networks/{networkCode}/labels/{labelId}\". The `negated` field, a boolean, determines if the label's effects should be reversed. This structure defines how a label and its application status are conveyed.\n"],null,[]]