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