RuleSendNotificationAction

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The content of notification.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val subject: String? = null

The subject of notification.