Sha256: f3da8e014aaf2ca39534c3e35d791b34809ad7b1910e5c90f93ffe8522c65573
Contents?: true
Size: 950 Bytes
Versions: 10
Compression:
Stored size: 950 Bytes
Contents
# PulpAnsibleClient::AnsibleAnsibleRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **versions_href** | **String** | | [optional] [readonly] **latest_version_href** | **String** | | [optional] [readonly] **name** | **String** | A unique name for this repository. | **description** | **String** | An optional description. | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::AnsibleAnsibleRepository.new(pulp_href: null, pulp_created: null, versions_href: null, latest_version_href: null, name: null, description: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems