Record
job
No description available.
record job {
created-at: created-at,
download-expires-at: download-expiration,
download-url: download-url,
id: job-id,
name: option<job-name>,
status: job-status,
type-op: job-type,
upload-expires-at: upload-expiration,
upload-url: upload-url,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | created-at | |
| download-expires-at | download-expiration | |
| download-url | download-url | |
| id | job-id | |
| name | option<job-name> | |
| status | job-status | |
| type-op | job-type | |
| upload-expires-at | upload-expiration | |
| upload-url | upload-url |