Name | Type | Description | Notes |
---|---|---|---|
parts | List<Integer> | The parts that have been uploaded, ordered. For example, if part 2 was sent before part 1, and both have been uploaded, the output will be [1, 2]. | [optional] |
total | Integer | Contains the number of expected parts. The total will be listed as "null" until the total number of parts is known. | [optional] |
- Serializable
- DeepObject