docs/CollectionResponse.md in pulp_ansible_client-0.18.3 vs docs/CollectionResponse.md in pulp_ansible_client-0.19.0

- old
+ new

@@ -5,15 +5,16 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **href** | **String** | Get href. | [optional] [readonly] **namespace** | **String** | | [optional] [readonly] **name** | **String** | | [optional] [readonly] -**deprecated** | **Boolean** | Get deprecated. | [optional] [readonly] +**deprecated** | **Boolean** | | **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] +**updated_at** | **DateTime** | Get the timestamp of the latest version CollectionVersion's created timestamp. | [optional] [readonly] +**download_count** | **String** | | [optional] [readonly] ## Code Sample ```ruby require 'PulpAnsibleClient' @@ -23,9 +24,10 @@ name: null, deprecated: null, versions_url: null, highest_version: null, created_at: null, - updated_at: null) + updated_at: null, + download_count: null) ```