docs/AnsibleRole.md in pulp_ansible_client-0.21.0 vs docs/AnsibleRole.md in pulp_ansible_client-0.21.1
- old
+ new
@@ -2,22 +2,22 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**artifact** | **String** | Artifact file representing the physical content |
**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(artifact: null,
- repository: null,
+instance = PulpAnsibleClient::AnsibleRole.new(repository: null,
+ artifact: null,
version: null,
name: null,
namespace: null)
```