id property
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;
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.
core.String? id;