Rule Send Notification Action
data class RuleSendNotificationAction(val content: String, val contentType: RuleSendNotificationActionContentType, val deliveryMethod: RuleSendNotificationActionDeliveryMethod, val recipient: RuleNotificationRecipientType, val subject: String? = null)
The definition for sending notification action.
Constructors
Link copied to clipboard
constructor(content: String, contentType: RuleSendNotificationActionContentType, deliveryMethod: RuleSendNotificationActionDeliveryMethod, recipient: RuleNotificationRecipientType, subject: String? = null)