Sha256: cf79715d5bc9d2d2bc1ecc61d051699a338d1997f8d61428efa0ca5d624a465e
Contents?: true
Size: 702 Bytes
Versions: 334
Compression:
Stored size: 702 Bytes
Contents
# PulpcoreClient::UploadResponse ## 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] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::UploadResponse.new(pulp_href: null, pulp_created: null, size: null, completed: null) ```
Version data entries
334 entries across 334 versions & 1 rubygems