Sha256: 6a4d128b997de139afc07fe98c51e3aa47109d7e2853b16cececf719a2927bbc

Contents?: true

Size: 1.25 KB

Versions: 5

Compression:

Stored size: 1.25 KB

Contents

# PulpcoreClient::OpenPGPUserIDResponse

## 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] 
**user_id** | **String** |  | 
**signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) |  | [optional] [readonly] 
**public_key** | **String** |  | [optional] [readonly] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::OpenPGPUserIDResponse.new(pulp_href: null,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 user_id: null,
                                 signatures: null,
                                 public_key: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

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