intervalInSeconds property

String? intervalInSeconds
getter/setter pair

Required if retry_strategy is FIXED_INTERVAL or LINEAR/EXPONENTIAL_BACKOFF/RESTART_WORKFLOW_WITH_BACKOFF.

Defines the initial interval for backoff.

Implementation

core.String? intervalInSeconds;