rules property

List<AutomationRule>? rules
getter/setter pair

List of Automation rules associated with the Automation resource.

Must have at least one rule and limited to 250 rules per Delivery Pipeline. Note: the order of the rules here is not the same as the order of execution.

Required.

Implementation

core.List<AutomationRule>? rules;