startExecutionToken property

String? startExecutionToken
getter/setter pair

A unique string used as a suffix for creating a new execution.

The Job will become ready when the execution is successfully started. The sum of job name and token length must be fewer than 63 characters.

Implementation

core.String? startExecutionToken;