| Name | Type | Description | Notes |
|---|---|---|---|
| Name | string | Updated name of the template. | [optional] |
| Contents | LanguageStringMap | [optional] | |
| Headings | LanguageStringMap | [optional] | |
| Subtitle | LanguageStringMap | [optional] | |
| IsEmail | bool | Set true for an Email template. | [optional] |
| EmailSubject | string | Subject of the email. | [optional] |
| EmailBody | string | Body of the email (HTML supported). | [optional] |
| IsSMS | bool | Set true for an SMS template. | [optional] |
| DynamicContent | string | JSON string for dynamic content personalization. | [optional] |