labels property

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

Labels associated with this execution.

Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. By default, labels are inherited from the workflow but are overridden by any labels associated with the execution.

Implementation

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