Sha256: 27a603b65774962fef5ab322509a161ca8971fb9fde0a3ca62c48e05c81a66d5
Contents?: true
Size: 1.28 KB
Versions: 25
Compression:
Stored size: 1.28 KB
Contents
# PulpcoreClient::UploadDetailResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [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, prn: null, pulp_created: null, pulp_last_updated: null, size: null, completed: null, chunks: null) ```
Version data entries
25 entries across 25 versions & 1 rubygems