# PulpcoreClient::UploadDetail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_href** | **String** | | [optional] **_created** | **DateTime** | Timestamp of creation. | [optional] **size** | **Integer** | The size of the upload in bytes. | **completed** | **DateTime** | Timestamp when upload is committed. | [optional] **chunks** | [**Array<UploadChunk>**](UploadChunk.md) | | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::UploadDetail.new(_href: null, _created: null, size: null, completed: null, chunks: null) ```