delays property

List<RolloutPlanWaveOrchestrationOptionsDelay>? delays
getter/setter pair

Delays, if any, to be added between batches of projects.

We allow multiple Delays to be specified, letting users set separate delays between batches of projects corresponding to different locations and batches of projects corresponding to the same location.

Optional.

Implementation

core.List<RolloutPlanWaveOrchestrationOptionsDelay>? delays;