labels property

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

One or more labels that you can add, to organize your jobs.

Each label is a key-value pair, where both the key and the value are arbitrary strings that you supply. For more information, see the documentation on using labels.

Optional.

Implementation

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