Automation Rule Advance Rollout Rule
data class AutomationRuleAdvanceRolloutRule(val id: String, val sourcePhases: List<String>? = null, val wait: String? = null)
Properties
Link copied to clipboard
Optional. Proceeds only after phase name matched any one in the list. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^a-z?$
.