# UploadPart
## Properties
**id** | **String** | The upload Part unique identifier, which can be referenced in API endpoints. |
**created_at** | **i32** | The Unix timestamp (in seconds) for when the Part was created. |
**upload_id** | **String** | The ID of the Upload object that this Part was added to. |
**object** | **String** | The object type, which is always `upload.part`. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)