docs/RepositoryVersionResponse.md in pulp_python_client-3.12.3 vs docs/RepositoryVersionResponse.md in pulp_python_client-3.12.4
- old
+ new
@@ -3,10 +3,11 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** | | [optional] [readonly]
+**prn** | **String** | The Pulp Resource Name (PRN). | [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]
**number** | **Integer** | | [optional] [readonly]
**repository** | **String** | | [optional] [readonly]
**base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional]
@@ -16,9 +17,10 @@
```ruby
require 'PulpPythonClient'
instance = PulpPythonClient::RepositoryVersionResponse.new(pulp_href: null,
+ prn: null,
pulp_created: null,
pulp_last_updated: null,
number: null,
repository: null,
base_version: null,