RepairRolloutOperation constructor

RepairRolloutOperation({
  1. String? currentRepairModeIndex,
  2. String? jobId,
  3. String? phaseId,
  4. List<RepairPhase>? repairPhases,
  5. String? rollout,
})

Implementation

RepairRolloutOperation({
  this.currentRepairModeIndex,
  this.jobId,
  this.phaseId,
  this.repairPhases,
  this.rollout,
});