Sha256: d15d350bc6a087cd12ac4b95f15fa24cfa701e0b50b63e1acba1c76315bd7621
Contents?: true
Size: 865 Bytes
Versions: 334
Compression:
Stored size: 865 Bytes
Contents
# PulpcoreClient::UploadDetailResponse ## 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<UploadChunkResponse>**](UploadChunkResponse.md) | | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::UploadDetailResponse.new(pulp_href: null, pulp_created: null, size: null, completed: null, chunks: null) ```
Version data entries
334 entries across 334 versions & 1 rubygems