| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | Updated name of the template. | [optional] |
| contents | \onesignal\client\model\LanguageStringMap | [optional] | |
| is_email | bool | Set true for an Email template. | [optional] |
| email_subject | string | Subject of the email. | [optional] |
| email_body | string | Body of the email (HTML supported). | [optional] |
| is_sms | bool | Set true for an SMS template. | [optional] |
| dynamic_content | string | JSON string for dynamic content personalization. | [optional] |