Sha256: c9fed075d289f2e923c0a4adfa89c891f4cb98c887c68465f843b5736756975a
Contents?: true
Size: 896 Bytes
Versions: 1
Compression:
Stored size: 896 Bytes
Contents
# PulpcoreClient::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 'PulpcoreClient' instance = PulpcoreClient::RepositoryVersion.new(pulp_href: null, pulp_created: null, number: null, base_version: null, content_summary: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.0.0rc7 | docs/RepositoryVersion.md |