Record
singlesend-response
No description available.
record singlesend-response {
categories: option<list<string>>,
email-config: option<singlesend-response-email-config>,
name: string,
send-at: option<string>,
send-to: option<singlesend-response-send-to>,
created-at: string,
id: string,
status: singlesend-response-short-status-enum,
updated-at: option<string>,
warnings: option<list<singlesend-response-warnings-item>>,
}Fields
| Name | Type | Description |
|---|---|---|
| categories | option<list<string>> | |
| email-config | option<singlesend-response-email-config> | |
| name | string | |
| send-at | option<string> | |
| send-to | option<singlesend-response-send-to> | |
| created-at | string | |
| id | string | |
| status | singlesend-response-short-status-enum | |
| updated-at | option<string> | |
| warnings | option<list<singlesend-response-warnings-item>> |