PulpRpmClient::AddonResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| addon_id | String | Addon id. | |
| uid | String | Addon uid. | |
| name | String | Addon name. | |
| type | String | Addon type. | |
| packages | String | Relative path to directory with binary RPMs. |
Code Sample
require 'PulpRpmClient'
instance = PulpRpmClient::AddonResponse.new(addon_id: null,
uid: null,
name: null,
type: null,
packages: null)