Sha256: c912cf4319c64349e6aa65c56a318847a25e8c251c07aa60d59cb031fa37f5ec

Contents?: true

Size: 1.35 KB

Versions: 5

Compression:

Stored size: 1.35 KB

Contents

# PulpcoreClient::OpenPGPPublicSubkeyResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] 
**fingerprint** | **String** |  | 
**created** | **DateTime** |  | 
**signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) |  | [optional] [readonly] 
**public_key** | **String** |  | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::OpenPGPPublicSubkeyResponse.new(pulp_href: null,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 fingerprint: null,
                                 created: null,
                                 signatures: null,
                                 public_key: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pulpcore_client-3.68.0 docs/OpenPGPPublicSubkeyResponse.md
pulpcore_client-3.67.1 docs/OpenPGPPublicSubkeyResponse.md
pulpcore_client-3.66.1 docs/OpenPGPPublicSubkeyResponse.md
pulpcore_client-3.67.0 docs/OpenPGPPublicSubkeyResponse.md
pulpcore_client-3.66.0 docs/OpenPGPPublicSubkeyResponse.md