docs/GalaxyCollectionResponse.md in pulp_ansible_client-0.4.1 vs docs/GalaxyCollectionResponse.md in pulp_ansible_client-0.4.2

- old
+ new

@@ -2,22 +2,30 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**id** | **String** | | **name** | **String** | | -**namespace** | **String** | | +**namespace** | [**Object**](.md) | | [optional] [readonly] **href** | **String** | | [optional] [readonly] **versions_url** | **String** | | [optional] [readonly] +**created** | **DateTime** | | +**modified** | **DateTime** | | +**latest_version** | [**Object**](.md) | | [optional] [readonly] ## Code Sample ```ruby require 'PulpAnsibleClient' -instance = PulpAnsibleClient::GalaxyCollectionResponse.new(name: null, +instance = PulpAnsibleClient::GalaxyCollectionResponse.new(id: null, + name: null, namespace: null, href: null, - versions_url: null) + versions_url: null, + created: null, + modified: null, + latest_version: null) ```