labels property

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

The labels associated with this query.

Labels can be used to organize and group query jobs. Label keys and values can be no longer than 63 characters, can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. Label keys must start with a letter and each label in the list must have a different key.

Optional.

Implementation

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