| Name | Type | Description | Notes |
|---|---|---|---|
| id | string | Unique template identifier with template_ prefix | [optional] |
| name | string | Name of the template | [optional] |
| subject | string | Email subject line (if applicable) | [optional] |
| html_code | string | HTML content of the template | [optional] |
| template_code | string | Template code for visual editors (JSON structure) | [optional] |
| type | int | Template type. Values: - `0` - Email template - `1` - Other types | [optional] |
| thumbnail | string | URL to template thumbnail image | [optional] |
| editor_type | int | Editor type used to create the template. Values: - `0` - PlainText - `1` - DragDrop - `2` - SendxEditor | [optional] |
| created | \DateTime | Template creation timestamp | [optional] |
| updated | \DateTime | Template last update timestamp | [optional] |