AutomationRuleTriggeringLogicResponse

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
constructor(conditions: List<AutomationRulePropertyValuesConditionResponse>? = null, expirationTimeUtc: String? = null, isEnabled: Boolean, triggersOn: String, triggersWhen: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The conditions to evaluate to determine if the automation rule should be triggered on a given object

Link copied to clipboard

Determines when the automation rule should automatically expire and be disabled.

Link copied to clipboard

Determines whether the automation rule is enabled or disabled.

Link copied to clipboard

The type of object the automation rule triggers on

Link copied to clipboard

The type of event the automation rule triggers on