Automation Rule Property Values Condition Response Condition Properties
data class AutomationRulePropertyValuesConditionResponseConditionProperties(val operator: String? = null, val propertyName: String? = null, val propertyValues: List<String>? = null)
The configuration of the automation rule condition
Constructors
Link copied to clipboard
fun AutomationRulePropertyValuesConditionResponseConditionProperties(operator: String? = null, propertyName: String? = null, propertyValues: List<String>? = null)