RolloutPlanWave constructor

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

Implementation

RolloutPlanWave({
  this.displayName,
  this.number,
  this.orchestrationOptions,
  this.selectors = const [],
  this.validation,
}) : super(fullyQualifiedName);