labels property

Map<String, String>? labels
getter/setter pair

The labels with user-defined metadata for the request.

Label keys and values can be no longer than 63 characters (Unicode codepoints) and can only contain lowercase letters, numeric characters, underscores, and dashes. International characters are allowed. Label values are optional. Label keys must start with a letter.

Optional.

Implementation

core.Map<core.String, core.String>? labels;