Sha256: 372323f41f3a8c255cc0fcf0fa68a48db2a74305ef47b77d80de1d3ac701ac14
Contents?: true
Size: 1.16 KB
Versions: 48
Compression:
Stored size: 1.16 KB
Contents
# PulpcoreClient::UploadDetailResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [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, pulp_created: null, pulp_last_updated: null, size: null, completed: null, chunks: null) ```
Version data entries
48 entries across 48 versions & 1 rubygems