# PulpAnsibleClient::Copy ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **config** | [**AnyType**](.md) | A JSON document describing sources, destinations, and content to be copied | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::Copy.new(config: null) ```