RepairRolloutOperation constructor
RepairRolloutOperation({
- String? jobId,
- String? phaseId,
- List<
RepairPhase> ? repairPhases, - String? rollout,
Implementation
RepairRolloutOperation({
this.jobId,
this.phaseId,
this.repairPhases,
this.rollout,
});