Record
content-response
No description available.
record content-response {
id: option<string>,
attachments: option<list<content-response-attachments-item>>,
from-email: option<string>,
from-name: option<string>,
headers: option<content-response-headers>,
html: option<string>,
subject: option<string>,
tags: option<list<string>>,
text: option<string>,
to: option<content-response-to>,
ts: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | option<string> | |
| attachments | option<list<content-response-attachments-item>> | |
| from-email | option<string> | |
| from-name | option<string> | |
| headers | option<content-response-headers> | |
| html | option<string> | |
| subject | option<string> | |
| tags | option<list<string>> | |
| text | option<string> | |
| to | option<content-response-to> | |
| ts | option<s32> |