Sha256: 0dcd47704e5149be36fa91227d15cc45b4d66c2ca5a9d866919315323ae93927
Contents?: true
Size: 913 Bytes
Versions: 2
Compression:
Stored size: 913 Bytes
Contents
# PulpAnsibleClient::RepositoryVersionRead ## 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::RepositoryVersionRead.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_ansible_client-0.2.0b14 | docs/RepositoryVersionRead.md |
pulp_ansible_client-0.2.0b13 | docs/RepositoryVersionRead.md |