GetTemplateResult

data class GetTemplateResult(val id: String? = null, val template: Template? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, template: Template? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val template: Template? = null

The content of the email, composed of a subject line and either an HTML part or a text-only part.