docs/AnsibleRole.md in pulp_ansible_client-0.22.2 vs docs/AnsibleRole.md in pulp_ansible_client-0.22.3
- old
+ new
@@ -2,22 +2,22 @@
## 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 |
+**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
**version** | **String** | |
**name** | **String** | |
**namespace** | **String** | |
## Code Sample
```ruby
require 'PulpAnsibleClient'
-instance = PulpAnsibleClient::AnsibleRole.new(repository: null,
- artifact: null,
+instance = PulpAnsibleClient::AnsibleRole.new(artifact: null,
+ repository: null,
version: null,
name: null,
namespace: null)
```