docs/PatchedansibleAnsibleRepository.md in pulp_ansible_client-0.16.2 vs docs/PatchedansibleAnsibleRepository.md in pulp_ansible_client-0.16.4
- old
+ new
@@ -5,10 +5,10 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_labels** | **Hash<String, String>** | | [optional]
**name** | **String** | A unique name for this repository. | [optional]
**description** | **String** | An optional description. | [optional]
-**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
+**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional]
**remote** | **String** | An optional remote to use by default when syncing. | [optional]
**last_synced_metadata_time** | **DateTime** | Last synced metadata time. | [optional]
**gpgkey** | **String** | Gpg public key to verify collection signatures against | [optional]
## Code Sample