Label Object


Label that was found or created.

Properties
namespacestringRead-onlyminLength 1maxLength 25

Label namespace.

Labels created by calling the Find Or Create Label method are automatically assigned to the custom namespace.


namespaceDisplayNamestringRead-onlyminLength 1maxLength 180

Display name for the namespace, used to organize the list of labels in the site dashboard.


keystringRead-onlyminLength 1maxLength 80

Label key.

key is generated when the label is created. It can't be modified, even if displayName is updated.


displayNamestringminLength 1maxLength 180

Label display name shown in the dashboard.


labelTypestringRead-only

Label type indicating how the label was created.


createdDatestringRead-onlyformat date-time

Date and time the label was created.


updatedDatestringRead-onlyformat date-time

Date and time the label was last updated.

Did this help?