| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | The internal ID of this entity. | |
| created | datetime | The time this entity was created. | |
| application_id | int | The ID of the Application that owns this entity. | |
| title | str | Campaigner-friendly name for the template that will be shown in the rule editor. | |
| description | str | A short description of the template that will be shown in the rule editor. | |
| help | str | Extended help text for the template. | |
| category | str | Used for grouping templates in the rule editor sidebar. | |
| expr | list[object] | A Talang expression that contains variable bindings referring to args. | |
| args | list[TemplateArgDef] | An array of argument definitions. | |
| expose | bool | A flag to control exposure in Rule Builder. | [optional] [default to False] |
| name | str | The template name used in Talang. |