RepairRolloutRule constructor
RepairRolloutRule({
- AutomationRuleCondition? condition,
- String? id,
- List<
String> ? jobs,
Implementation
RepairRolloutRule({
this.condition,
this.id,
this.jobs,
});