RolloutPlanWave constructor

RolloutPlanWave({
  1. String? displayName,
  2. String? number,
  3. RolloutPlanWaveOrchestrationOptions? orchestrationOptions,
  4. List<RolloutPlanWaveSelector>? selectors,
  5. RolloutPlanWaveValidation? validation,
})

Implementation

RolloutPlanWave({
  this.displayName,
  this.number,
  this.orchestrationOptions,
  this.selectors,
  this.validation,
});