id | string | Output only. Globally unique identifier of this label. ID makes up part of the label name , but unlike name , ID is consistent between revisions. Matches the regex: ([a-zA-Z0-9])+ |
name | string | Output only. Resource name of the label. Will be in the form of either: labels/{id} or labels/{id}@{revision_id} depending on the request. See id and revision_id below. |
schemaCapabilities | object | The capabilities related to this label when editing the label. |
learnMoreUri | string | Custom URL to present to users to allow them to learn more about this label and how it should be used. |
fields | array | List of fields in descending priority order. |
labelType | string | Required. The type of label. |
properties | object | Basic properties of the label. |
createTime | string | Output only. The time this label was created. |
appliedCapabilities | object | The capabilities a user has on this label's applied metadata. |
lifecycle | object | The lifecycle state of an object, such as label, field, or choice. The lifecycle enforces the following transitions: UNPUBLISHED_DRAFT (starting state) UNPUBLISHED_DRAFT -> PUBLISHED UNPUBLISHED_DRAFT -> (Deleted) PUBLISHED -> DISABLED DISABLED -> PUBLISHED DISABLED -> (Deleted) The published and disabled states have some distinct characteristics: Published—Some kinds of changes might be made to an object in this state, in which case has_unpublished_changes will be true. Also, some kinds of changes are not permitted. Generally, any change that would invalidate or cause new restrictions on existing metadata related to the label are rejected. Disabled—When disabled, the configured DisabledPolicy takes effect. |
disableTime | string | Output only. The time this label was disabled. This value has no meaning when the label is not disabled. |
publisher | object | Information about a user. |
appliedLabelPolicy | object | Behavior of this label when it's applied to Drive items. |
revisionCreator | object | Information about a user. |
revisionId | string | Output only. Revision ID of the label. Revision ID might be part of the label name depending on the request issued. A new revision is created whenever revisioned properties of a label are changed. Matches the regex: ([a-zA-Z0-9])+ |
lockStatus | object | Contains information about whether a label component should be considered locked. |
publishTime | string | Output only. The time this label was published. This value has no meaning when the label is not published. |
revisionCreateTime | string | Output only. The time this label revision was created. |
disabler | object | Information about a user. |
displayHints | object | UI display hints for rendering the label. |
creator | object | Information about a user. |