docs/AnsibleCollectionVersionResponse.md in pulp_ansible_client-0.21.8 vs docs/AnsibleCollectionVersionResponse.md in pulp_ansible_client-0.21.9

- old
+ new

@@ -2,14 +2,14 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**pulp_href** | **String** | | [optional] [readonly] +**artifact** | **String** | Artifact file representing the physical content | [optional] **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] -**artifact** | **String** | Artifact file representing the physical content | [optional] +**pulp_href** | **String** | | [optional] [readonly] **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] @@ -36,13 +36,13 @@ ## Code Sample ```ruby require 'PulpAnsibleClient' -instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_href: null, +instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(artifact: null, pulp_last_updated: null, pulp_created: null, - artifact: null, + pulp_href: null, sha256: null, md5: null, sha1: null, sha224: null, sha384: null,