Sha256: b436327694dbada77a8a0951996723a504782305302ce80f64f0bca3a71cb41f
Contents?: true
Size: 785 Bytes
Versions: 2
Compression:
Stored size: 785 Bytes
Contents
# 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<UploadChunkDetail>**](UploadChunkDetail.md) | | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::UploadDetail.new(_href: null, _created: null, size: null, completed: null, chunks: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.0.0rc5 | docs/UploadDetail.md |
pulpcore_client-3.0.0rc4 | docs/UploadDetail.md |