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