RepairRolloutRule constructor

RepairRolloutRule({
  1. AutomationRuleCondition? condition,
  2. String? id,
  3. List<String>? jobs,
  4. List<String>? phases,
  5. List<RepairPhaseConfig>? repairPhases,
})

Implementation

RepairRolloutRule({
  this.condition,
  this.id,
  this.jobs,
  this.phases,
  this.repairPhases,
});