RolloutPlanWave constructor
RolloutPlanWave({
- String? displayName,
- String? number,
- RolloutPlanWaveOrchestrationOptions? orchestrationOptions,
- List<
RolloutPlanWaveSelector> ? selectors, - RolloutPlanWaveValidation? validation,
Implementation
RolloutPlanWave({
this.displayName,
this.number,
this.orchestrationOptions,
this.selectors,
this.validation,
});