Sha256: 5054ffa7318f787ac6b2b1a75484b2c1250c32ef6ad888526777399d5ebc5aef
Contents?: true
Size: 833 Bytes
Versions: 12
Compression:
Stored size: 833 Bytes
Contents
# PulpcoreClient::UploadDetail ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **size** | **Integer** | The size of the upload in bytes. | **completed** | **DateTime** | Timestamp when upload is committed. | [optional] [readonly] **chunks** | [**Array<UploadChunk>**](UploadChunk.md) | | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::UploadDetail.new(pulp_href: null, pulp_created: null, size: null, completed: null, chunks: null) ```
Version data entries
12 entries across 12 versions & 1 rubygems