RolloutPlanWaveOrchestrationOptionsDelay constructor

RolloutPlanWaveOrchestrationOptionsDelay({
  1. String? delimiter,
  2. String? duration,
  3. String? type,
})

Implementation

RolloutPlanWaveOrchestrationOptionsDelay({
  this.delimiter,
  this.duration,
  this.type,
});