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
require 'PulpRpmClient'
instance = PulpRpmClient::RpmUpdateRecord.new(file: null,
repository: null)