Sha256: 6f376785230bb1d5bd312d7f557370528d8a3068cf3ca77ac8e17f5a63d08982
Contents?: true
Size: 1.11 KB
Versions: 16
Compression:
Stored size: 1.11 KB
Contents
# PulpPythonClient::RepositoryVersionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [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] **content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional] [readonly] ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::RepositoryVersionResponse.new(pulp_href: null, pulp_created: null, number: null, repository: null, base_version: null, content_summary: null) ```
Version data entries
16 entries across 16 versions & 1 rubygems