id property

String? id
getter/setter pair

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])+

Output only.

Implementation

core.String? id;