Sha256: 83a9d99e0ba6ba037c9bf5f07619b01abf086bb96d40906e307b7987729d2c56
Contents?: true
Size: 897 Bytes
Versions: 35
Compression:
Stored size: 897 Bytes
Contents
# PulpAnsibleClient::Repository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | **Hash<String, String>** | | [optional] **name** | **String** | A unique name for this repository. | **description** | **String** | An optional description. | [optional] **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] **remote** | **String** | An optional remote to use by default when syncing. | [optional] ## Code Sample ```ruby require 'PulpAnsibleClient' instance = PulpAnsibleClient::Repository.new(pulp_labels: null, name: null, description: null, retain_repo_versions: null, remote: null) ```
Version data entries
35 entries across 35 versions & 1 rubygems