Name | Type | Description | Notes |
---|---|---|---|
id | String | the unique ID of the submission | [optional] |
owner | String | the owner of the submission | [optional] |
title | String | the title of the submission | [optional] |
status | StatusEnum | the current status of the Submission | [optional] |
createdTime | OffsetDateTime | RFC3339 timestamp of when this submission was initially created. This is the time at which the POST to /submissions was made. | [optional] |
Name | Value |
---|---|
CREATED | "CREATED" |
PROCESSING | "PROCESSING" |
COMPLETE | "COMPLETE" |
DELETED | "DELETED" |
ERROR | "ERROR" |