Record
transactional-template-version-output
No description available.
record transactional-template-version-output {
warnings: option<list<transactional-template-warning>>,
active: option<s32>,
editor: option<transactional-template-version-create-editor-enum>,
generate-plain-content: option<bool>,
html-content: option<string>,
name: string,
plain-content: option<string>,
subject: string,
test-data: option<string>,
id: option<string>,
template-id: option<string>,
thumbnail-url: option<string>,
updated-at: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| warnings | option<list<transactional-template-warning>> | |
| active | option<s32> | |
| editor | option<transactional-template-version-create-editor-enum> | |
| generate-plain-content | option<bool> | |
| html-content | option<string> | |
| name | string | |
| plain-content | option<string> | |
| subject | string | |
| test-data | option<string> | |
| id | option<string> | |
| template-id | option<string> | |
| thumbnail-url | option<string> | |
| updated-at | option<string> |