docs/CollectionResponse.md in pulp_ansible_client-0.15.3 vs docs/CollectionResponse.md in pulp_ansible_client-0.15.4

- old
+ new

@@ -2,17 +2,17 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**href** | **String** | | [optional] [readonly] +**href** | **String** | Get href. | [optional] [readonly] **namespace** | **String** | | [optional] [readonly] **name** | **String** | | [optional] [readonly] -**deprecated** | **Boolean** | | [optional] [readonly] -**versions_url** | **String** | | [optional] [readonly] -**highest_version** | [**Object**](.md) | | [optional] [readonly] -**created_at** | **DateTime** | | [optional] [readonly] -**updated_at** | **DateTime** | | [optional] [readonly] +**deprecated** | **Boolean** | Get deprecated. | [optional] [readonly] +**versions_url** | **String** | Get a link to a collection versions list. | [optional] [readonly] +**highest_version** | [**Object**](.md) | Get a highest version and its link. | [optional] [readonly] +**created_at** | **DateTime** | Get the timestamp of the lowest version CollectionVersion's created timestamp. | [optional] [readonly] +**updated_at** | **DateTime** | Get the timestamp of the highest version CollectionVersion's created timestamp. | [optional] [readonly] ## Code Sample ```ruby require 'PulpAnsibleClient'