docs/GalaxyCollection.md in pulp_ansible_client-0.4.1 vs docs/GalaxyCollection.md in pulp_ansible_client-0.4.2
- old
+ new
@@ -2,18 +2,22 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
+**id** | **String** | |
**name** | **String** | |
-**namespace** | **String** | |
+**created** | **DateTime** | |
+**modified** | **DateTime** | |
## Code Sample
```ruby
require 'PulpAnsibleClient'
-instance = PulpAnsibleClient::GalaxyCollection.new(name: null,
- namespace: null)
+instance = PulpAnsibleClient::GalaxyCollection.new(id: null,
+ name: null,
+ created: null,
+ modified: null)
```