Automation Rule Property Values Condition Response
data class AutomationRulePropertyValuesConditionResponse(val operator: String? = null, val propertyName: String? = null, val propertyValues: List<String>? = null)
Constructors
Link copied to clipboard
fun AutomationRulePropertyValuesConditionResponse(operator: String? = null, propertyName: String? = null, propertyValues: List<String>? = null)