Sha256: b89e4d48b82ecf0b6137ac2744b16baa4da6bafedf324b398e514ce544e14557
Contents?: true
Size: 669 Bytes
Versions: 9
Compression:
Stored size: 669 Bytes
Contents
# PulpRpmClient::RpmUpdateRecord ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] **file** | **File** | An uploaded file that may be turned into the content unit. | [optional] **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmUpdateRecord.new(repository: null, file: null, upload: null) ```
Version data entries
9 entries across 9 versions & 1 rubygems