AdvanceRolloutOperation constructor

AdvanceRolloutOperation({
  1. String? destinationPhase,
  2. String? rollout,
  3. String? sourcePhase,
  4. String? wait,
})

Implementation

AdvanceRolloutOperation({
  this.destinationPhase,
  this.rollout,
  this.sourcePhase,
  this.wait,
});