docs/AnsibleCollectionVersionResponse.md in pulp_ansible_client-0.7.0 vs docs/AnsibleCollectionVersionResponse.md in pulp_ansible_client-0.7.1
- old
+ new
@@ -2,13 +2,13 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
+**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
**pulp_href** | **String** | | [optional] [readonly]
**artifact** | **String** | Artifact file representing the physical content |
-**pulp_created** | **DateTime** | Timestamp of creation. | [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]
**sha256** | **String** | The SHA-256 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(pulp_href: null,
+instance = PulpAnsibleClient::AnsibleCollectionVersionResponse.new(pulp_created: null,
+ pulp_href: null,
artifact: null,
- pulp_created: null,
md5: null,
sha1: null,
sha224: null,
sha256: null,
sha384: null,