| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | A unique identifier for an object. | [optional] [readonly] |
| success | bool | Indicates if the upload session was completed successfully. | [optional] [readonly] |
| part_size | float | Size in bytes of each part of the file that you will upload. Uploaded parts need to be this size for the upload to be successful. | [optional] [readonly] |
| parallel_upload_supported | bool | Indicates if parts of the file can uploaded in parallel. | [optional] [readonly] |
| uploaded_byte_range | str | The range of bytes that was successfully uploaded. | [optional] [readonly] |
| expires_at | datetime, none_type | [optional] [readonly] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.