AutomationRulePropertyValuesChangedConditionResponse

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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