PulpRpmClient::Copy
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| config | Object | A JSON document describing sources, destinations, and content to be copied | |
| dependency_solving | Boolean | Also copy dependencies of the content being copied. | [optional] [default to true] |
Code Sample
require 'PulpRpmClient'
instance = PulpRpmClient::Copy.new(config: null,
dependency_solving: null)