alertName property

String? alertName
getter/setter pair

A name to identify this alert.

This will be displayed in the alert subject. If set, this name should be unique in within the scope of the containing workflow.

Implementation

core.String? alertName;