| Name | Type | Description | Notes |
|---|---|---|---|
| subject | Option<String> | The email subject. Applicable only to email templates. | [optional] |
| body | Option<String> | The template body before variable interpolation | [optional] |
| from_email_name | Option<String> | The local part of the From email address that will be used for emails. For example, in the address 'hello@example.com', the local part is 'hello'. Applicable only to email templates. | [optional] |