MessageTemplateBodyContentProvider

data class MessageTemplateBodyContentProvider(val content: String? = null)

The container of message template body.

Constructors

Link copied to clipboard
constructor(content: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val content: String? = null

The content of the message template.