# PulpAnsibleClient::PatchedansibleAnsibleRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | A unique name for this repository. | [optional] **description** | **String** | An optional description. | [optional] **remote** | **String** | | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::PatchedansibleAnsibleRepository.new(name: null, description: null, remote: null) ```