docs/FileFileContentResponse.md in pulp_file_client-3.47.0 vs docs/FileFileContentResponse.md in pulp_file_client-3.48.0

- old
+ new

@@ -4,10 +4,11 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] +**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] **artifact** | **String** | Artifact file representing the physical content | [optional] **relative_path** | **String** | Path where the artifact is located relative to distributions base_path | **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] @@ -20,9 +21,10 @@ ```ruby require 'PulpFileClient' instance = PulpFileClient::FileFileContentResponse.new(pulp_href: null, pulp_created: null, + pulp_last_updated: null, artifact: null, relative_path: null, md5: null, sha1: null, sha224: null,