Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 794 Bytes

File metadata and controls

27 lines (16 loc) · 794 Bytes

UploadBatch

Properties

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]

Enum: StateEnum

Name Value
STARTED "started"
DONE "done"