DispatchRuleNotifyTemplate

data class DispatchRuleNotifyTemplate(val emailContent: String, val emailRecoverContent: String, val emailRecoverTitle: String, val emailTitle: String, val robotContent: String, val smsContent: String, val smsRecoverContent: String, val ttsContent: String, val ttsRecoverContent: String)

Constructors

Link copied to clipboard
constructor(emailContent: String, emailRecoverContent: String, emailRecoverTitle: String, emailTitle: String, robotContent: String, smsContent: String, smsRecoverContent: String, ttsContent: String, ttsRecoverContent: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The content of the email notification.

Link copied to clipboard

The content of the email notification for restored alerts.

Link copied to clipboard

The title of the email notification for restored alerts.

Link copied to clipboard

The title of the email notification.

Link copied to clipboard

The content of the robot notification.

Link copied to clipboard

The content of the SMS notification.

Link copied to clipboard

The content of the SMS notification for restored alerts.

Link copied to clipboard

The content of the TTS notification.

Link copied to clipboard

The content of the TTS notification for restored alerts.