Record
post-batches-response
No description available.
record post-batches-response {
links: option<list<post-batches-response-links-item>>,
completed-at: option<string>,
errored-operations: option<s32>,
finished-operations: option<s32>,
id: option<string>,
response-body-url: option<string>,
status: option<get-batches-response-batches-item-status-enum>,
submitted-at: option<string>,
total-operations: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| links | option<list<post-batches-response-links-item>> | |
| completed-at | option<string> | |
| errored-operations | option<s32> | |
| finished-operations | option<s32> | |
| id | option<string> | |
| response-body-url | option<string> | |
| status | option<get-batches-response-batches-item-status-enum> | |
| submitted-at | option<string> | |
| total-operations | option<s32> |