docs/AnsibleCollectionVersionResponse.md in pulp_ansible_client-0.5.9 vs docs/AnsibleCollectionVersionResponse.md in pulp_ansible_client-0.5.10

- old
+ new

@@ -3,12 +3,12 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] -**artifact** | **String** | Artifact file representing the physical content | **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] +**artifact** | **String** | Artifact file representing the physical content | **md5** | **String** | The MD5 checksum if available. | [optional] [readonly] **sha1** | **String** | The SHA-1 checksum if available. | [optional] [readonly] **sha224** | **String** | The SHA-224 checksum if available. | [optional] [readonly] **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly] **sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly] @@ -33,11 +33,11 @@ ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_href: null, - artifact: null, pulp_created: null, + artifact: null, md5: null, sha1: null, sha224: null, sha256: null, sha384: null,