RolloutPlanWave constructor
RolloutPlanWave({
- String? displayName,
- int? number,
- RolloutPlanWaveOrchestrationOptions? orchestrationOptions,
- List<
RolloutPlanWaveSelector> selectors = const [], - RolloutPlanWaveValidation? validation,
Implementation
RolloutPlanWave({
this.displayName,
this.number,
this.orchestrationOptions,
this.selectors = const [],
this.validation,
}) : super(fullyQualifiedName);