labels property

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

Labels to associate with the action.

This field is provided to assist workflow engine authors in identifying actions (for example, to indicate what sort of action they perform, such as localization or debugging). They are returned in the operation metadata, but are otherwise ignored.

Implementation

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