Automation Rule Property Array Values Condition Response
data class AutomationRulePropertyArrayValuesConditionResponse(val arrayConditionType: String? = null, val arrayType: String? = null, val itemConditions: List<Any>? = null)
Describes an automation rule condition on array properties.