RuleActions

data class RuleActions(val assignContactCategoryActions: List<RuleAssignContactCategoryAction>? = null, val eventBridgeActions: List<RuleEventBridgeAction>? = null, val sendNotificationActions: List<RuleSendNotificationAction>? = null, val taskActions: List<RuleTaskAction>? = null)

The list of actions that will be executed when a rule is triggered.

Constructors

Link copied to clipboard
fun RuleActions(assignContactCategoryActions: List<RuleAssignContactCategoryAction>? = null, eventBridgeActions: List<RuleEventBridgeAction>? = null, sendNotificationActions: List<RuleSendNotificationAction>? = null, taskActions: List<RuleTaskAction>? = null)

Types

Link copied to clipboard
object Companion

Properties