Sha256: e5d6c8d999a33f8a988edffa0b722e285119bb0ccff0795cd1572e786a7f21f5
Contents?: true
Size: 902 Bytes
Versions: 2
Compression:
Stored size: 902 Bytes
Contents
# PulpPythonClient::RepositoryVersion ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **number** | **Integer** | | [optional] [readonly] **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional] **content_summary** | [**ContentSummary**](ContentSummary.md) | | [optional] ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::RepositoryVersion.new(pulp_href: null, pulp_created: null, number: null, base_version: null, content_summary: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_python_client-3.0.0b10 | docs/RepositoryVersion.md |
pulp_python_client-3.0.0b9 | docs/RepositoryVersion.md |