RepairRolloutRule constructor

RepairRolloutRule({
  1. AutomationRuleCondition? condition,
  2. String? id,
  3. List<String>? jobs,
})

Implementation

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