# PulpAnsibleClient::AnsibleRole ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] **artifact** | **String** | Artifact file representing the physical content | **version** | **String** | | **name** | **String** | | **namespace** | **String** | | ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleRole.new(repository: null, artifact: null, version: null, name: null, namespace: null) ```