Sha256: 34a62cf26ecd8c0fa662a846009ae905d298bf5e2ecace72cec2a1c074b7b569
Contents?: true
Size: 534 Bytes
Versions: 10
Compression:
Stored size: 534 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 artifact of the content unit. | [optional] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmUpdateRecord.new(repository: null, file: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems