| Name |
Type |
Description |
Notes |
| state |
String |
Processing state of the upload batch |
[optional] |
| delete_unmentioned_keys |
Boolean |
Indicates whether unmentioned keys will be deleted after processing all uploads in the batch |
[optional] |
| created_at |
Time |
|
[optional] |
| updated_at |
Time |
|
[optional] |
| project |
ProjectShort |
|
[optional] |
| user |
UserPreview |
|
[optional] |
| uploads |
Array<Upload> |
|
[optional] |
require 'Phrase'
instance = Phrase::UploadBatch.new(state: null,
delete_unmentioned_keys: null,
created_at: null,
updated_at: null,
project: null,
user: null,
uploads: null)