Sha256: 3927433838a841c471761378f70f6a8e553ef99acb2e5973e3b155883002573f
Contents?: true
Size: 896 Bytes
Versions: 10
Compression:
Stored size: 896 Bytes
Contents
# PulpcoreClient::OpenPGPKeyring ## 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 'PulpcoreClient' instance = PulpcoreClient::OpenPGPKeyring.new(pulp_labels: null, name: null, description: null, retain_repo_versions: null, remote: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems