docs/AnsibleCollectionVersionResponse.md in pulp_ansible_client-0.18.2 vs docs/AnsibleCollectionVersionResponse.md in pulp_ansible_client-0.18.3
- old
+ new
@@ -3,12 +3,12 @@
## 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]
**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,11 +36,11 @@
```ruby
require 'PulpAnsibleClient'
instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(artifact: null,
- pulp_href: null,
pulp_created: null,
+ pulp_href: null,
sha256: null,
md5: null,
sha1: null,
sha224: null,
sha384: null,