RollbackAttempt constructor

RollbackAttempt({
  1. String? destinationPhase,
  2. String? rolloutId,
  3. String? state,
  4. String? stateDesc,
})

Implementation

RollbackAttempt({
  this.destinationPhase,
  this.rolloutId,
  this.state,
  this.stateDesc,
});