Sha256: 4e7afb66f74c3a3070f1dcdc797068c840f371cc07f0f2477742aa5a2b54f7f7
Contents?: true
Size: 844 Bytes
Versions: 7
Compression:
Stored size: 844 Bytes
Contents
# PulpAnsibleClient::PatchedansibleAnsibleRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | [**Object**](.md) | | [optional] **name** | **String** | A unique name for this repository. | [optional] **description** | **String** | An optional description. | [optional] **remote** | **String** | | [optional] **last_synced_metadata_time** | **DateTime** | Last synced metadata time. | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::PatchedansibleAnsibleRepository.new(pulp_labels: null, name: null, description: null, remote: null, last_synced_metadata_time: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems