GetEmailTemplateResult

data class GetEmailTemplateResult(val body: String, val description: String? = null, val id: String, val isDefault: Boolean, val name: String, val parameters: List<EmailTemplateParametersContractPropertiesResponse>? = null, val subject: String, val title: String? = null, val type: String)

Email Template details.

Constructors

Link copied to clipboard
constructor(body: String, description: String? = null, id: String, isDefault: Boolean, name: String, parameters: List<EmailTemplateParametersContractPropertiesResponse>? = null, subject: String, title: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Email Template Body. This should be a valid XDocument

Link copied to clipboard
val description: String? = null

Description of the Email Template.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Whether the template is the default template provided by Api Management or has been edited.

Link copied to clipboard

Resource name.

Link copied to clipboard

Email Template Parameter values.

Link copied to clipboard

Subject of the Template.

Link copied to clipboard
val title: String? = null

Title of the Template.

Link copied to clipboard

Resource type for API Management resource.