value property
Value of the label.
The value must follow the format: [\\p{Ll}\\p{Lo}\\p{N}_-]{1,63}. This
means the value must be one or more lowercase letters, lowercase
international characters, numbers, underscores, or dashes. The value must
be at most 63 characters long. International characters are allowed.
Implementation
core.String? value;