GetEmailTemplateResult

data class GetEmailTemplateResult(val azureApiVersion: String, 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(azureApiVersion: String, 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

The Azure API version of the resource.

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

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

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

Link copied to clipboard

The name of the resource

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

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"