Sha256: 8c03b8ee4711658eda9fa835b66fe9175f7d10f103310a3f8af42151796d8c15
Contents?: true
Size: 911 Bytes
Versions: 11
Compression:
Stored size: 911 Bytes
Contents
# PulpContainerClient::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 'PulpContainerClient' instance = PulpContainerClient::RepositoryVersion.new(pulp_href: null, pulp_created: null, number: null, base_version: null, content_summary: null) ```
Version data entries
11 entries across 11 versions & 1 rubygems