docs/AnsibleRoleResponse.md in pulp_ansible_client-0.5.9 vs docs/AnsibleRoleResponse.md in pulp_ansible_client-0.5.10
- old
+ new
@@ -3,23 +3,23 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** | | [optional] [readonly]
-**artifact** | **String** | Artifact file representing the physical content |
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
+**artifact** | **String** | Artifact file representing the physical content |
**version** | **String** | |
**name** | **String** | |
**namespace** | **String** | |
## Code Sample
```ruby
require 'PulpAnsibleClient'
instance = PulpAnsibleClient::AnsibleRoleResponse.new(pulp_href: null,
- artifact: null,
pulp_created: null,
+ artifact: null,
version: null,
name: null,
namespace: null)
```