Sha256: 42c33fc9fb342b218268338163bfb4261b59d69cc4d3eead2324bbc184406f9b

Contents?: true

Size: 826 Bytes

Versions: 10

Compression:

Stored size: 826 Bytes

Contents

# PulpcoreClient::OpenPGPPublicKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional] 
**file** | **File** | An uploaded file that may be turned into the content unit. | [optional] 
**upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional] 
**file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::OpenPGPPublicKey.new(repository: null,
                                 file: null,
                                 upload: null,
                                 file_url: null)
```


Version data entries

10 entries across 10 versions & 1 rubygems

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