| Name | Type | Description | Notes |
|---|---|---|---|
| state | StateEnum | Processing state of the upload batch | [optional] |
| deleteUnmentionedKeys | Boolean | Indicates whether unmentioned keys will be deleted after processing all uploads in the batch | [optional] |
| createdAt | OffsetDateTime | [optional] | |
| updatedAt | OffsetDateTime | [optional] | |
| project | ProjectShort | [optional] | |
| user | UserPreview | [optional] | |
| uploads | List<Upload> | [optional] |
| Name | Value |
|---|---|
| STARTED | "started" |
| DONE | "done" |