displayName property

String? displayName
getter/setter pair

DisplayName is an optional field that can be provided by the caller.

If provided, it will be used in logs and other outputs to identify the script, making it easier for users to understand the logs. If not provided the index of the runnable will be used for outputs.

Optional.

Implementation

core.String? displayName;