AutomationRulePropertyValuesConditionResponseConditionProperties

data class AutomationRulePropertyValuesConditionResponseConditionProperties(val operator: String? = null, val propertyName: String? = null, val propertyValues: List<String>? = null)

The configuration of the automation rule condition

Constructors

constructor(operator: String? = null, propertyName: String? = null, propertyValues: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val operator: String? = null

The operator to use for evaluation the condition

Link copied to clipboard
val propertyName: String? = null

The property to evaluate

Link copied to clipboard
val propertyValues: List<String>? = null

The values to use for evaluating the condition