AutomationRule constructor
AutomationRule({
- AdvanceRolloutRule? advanceRolloutRule,
- PromoteReleaseRule? promoteReleaseRule,
- RepairRolloutRule? repairRolloutRule,
- TimedPromoteReleaseRule? timedPromoteReleaseRule,
Implementation
AutomationRule({
this.advanceRolloutRule,
this.promoteReleaseRule,
this.repairRolloutRule,
this.timedPromoteReleaseRule,
});