GetDispatchRulesRuleNotifyTemplate

data class GetDispatchRulesRuleNotifyTemplate(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.

Link copied to clipboard

The content of the email.

Link copied to clipboard

The title of the email.

Link copied to clipboard

The title of the email.

Link copied to clipboard

The content of the robot.

Link copied to clipboard

The content of the SMS.

Link copied to clipboard

The content of the SMS.

Link copied to clipboard

The content of the TTS.

Link copied to clipboard

The content of the TTS.