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