Sha256: f6c580897c5b7919d82f67417754eb4d06b51ca9ba9c1b26c4ce23e14b1260cb

Contents?: true

Size: 921 Bytes

Versions: 10

Compression:

Stored size: 921 Bytes

Contents

# PulpcoreClient::PatchedOpenPGPKeyring

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_labels** | **Hash<String, String>** |  | [optional] 
**name** | **String** | A unique name for this repository. | [optional] 
**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::PatchedOpenPGPKeyring.new(pulp_labels: null,
                                 name: null,
                                 description: null,
                                 retain_repo_versions: null,
                                 remote: null)
```


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pulpcore_client-3.69.2 docs/PatchedOpenPGPKeyring.md
pulpcore_client-3.69.1 docs/PatchedOpenPGPKeyring.md
pulpcore_client-3.69.0 docs/PatchedOpenPGPKeyring.md
pulpcore_client-3.68.2 docs/PatchedOpenPGPKeyring.md
pulpcore_client-3.68.1 docs/PatchedOpenPGPKeyring.md
pulpcore_client-3.68.0 docs/PatchedOpenPGPKeyring.md
pulpcore_client-3.67.1 docs/PatchedOpenPGPKeyring.md
pulpcore_client-3.66.1 docs/PatchedOpenPGPKeyring.md
pulpcore_client-3.67.0 docs/PatchedOpenPGPKeyring.md
pulpcore_client-3.66.0 docs/PatchedOpenPGPKeyring.md