Automation Rule Triggering Logic Response
data class AutomationRuleTriggeringLogicResponse(val conditions: List<AutomationRulePropertyValuesConditionResponse>? = null, val expirationTimeUtc: String? = null, val isEnabled: Boolean, val triggersOn: String, val triggersWhen: String)
Describes automation rule triggering logic
Constructors
Link copied to clipboard
fun AutomationRuleTriggeringLogicResponse(conditions: List<AutomationRulePropertyValuesConditionResponse>? = null, expirationTimeUtc: String? = null, isEnabled: Boolean, triggersOn: String, triggersWhen: String)