Sha256: cd79a22c9104cd407e9d3cc453c069cdd90473e9d2fe53df68748b18f4f65f7a
Contents?: true
Size: 686 Bytes
Versions: 14
Compression:
Stored size: 686 Bytes
Contents
# PulpcoreClient::Upload ## 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::Upload.new(pulp_href: null, pulp_created: null, size: null, completed: null) ```
Version data entries
14 entries across 14 versions & 1 rubygems