Label
A label.
Columns
Name | Type | Behavior | Description |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
LabelId | Long | ATTRIBUTE | Output only. ID of the label. Read only. |
LabelName | String | ATTRIBUTE | The name of the label. This field is required and should not be empty when creating a new label. The length of this string should be between 1 and 80, inclusive. |
LabelResourceName | String | ATTRIBUTE | Immutable. Name of the resource. Label resource names have the form: customers/{customer_id}/labels/{label_id} |
LabelStatus | String | ATTRIBUTE | Output only. Status of the label. Read only.
The allowed values are ENABLED, REMOVED, UNKNOWN, UNSPECIFIED. |
LabelTextLabelBackgroundColor | String | ATTRIBUTE | Background color of the label in HEX format. This string must match the regular expression '^\\#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$'. Note: The background color may not be visible for manager accounts. |
LabelTextLabelDescription | String | ATTRIBUTE | A short description of the label. The length must be no more than 200 characters. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |