docs/AnsibleCollectionVersionResponse.md in pulp_ansible_client-0.20.4 vs docs/AnsibleCollectionVersionResponse.md in pulp_ansible_client-0.20.5

- old
+ new

@@ -2,13 +2,13 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**artifact** | **String** | Artifact file representing the physical content | [optional] -**pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] +**pulp_href** | **String** | | [optional] [readonly] +**artifact** | **String** | Artifact file representing the physical content | [optional] **sha256** | **String** | The SHA-256 checksum if available. | [optional] [readonly] **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] **sha384** | **String** | The SHA-384 checksum if available. | [optional] [readonly] @@ -35,12 +35,12 @@ ## Code Sample ```ruby require 'PulpAnsibleClient' -instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(artifact: null, +instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null, pulp_href: null, - pulp_created: null, + artifact: null, sha256: null, md5: null, sha1: null, sha224: null, sha384: null,