| Name | Type | Description | Notes |
|---|---|---|---|
| name | Option<String> | Updated name of the template. | [optional] |
| contents | Option<crate::models::LanguageStringMap> | [optional] | |
| headings | Option<crate::models::LanguageStringMap> | [optional] | |
| subtitle | Option<crate::models::LanguageStringMap> | [optional] | |
| is_email | Option<bool> | Set true for an Email template. | [optional] |
| email_subject | Option<String> | Subject of the email. | [optional] |
| email_body | Option<String> | Body of the email (HTML supported). | [optional] |
| is_sms | Option<bool> | Set true for an SMS template. | [optional] |
| dynamic_content | Option<String> | JSON string for dynamic content personalization. | [optional] |