PulpRpmClient::ImageResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | File name. | |
| path | String | File path. | |
| platforms | String | Compatible platforms. | |
| artifact | ArtifactResponse |
Code Sample
require 'PulpRpmClient'
instance = PulpRpmClient::ImageResponse.new(name: null,
path: null,
platforms: null,
artifact: null)