Sha256: 1cf387f49e88913ba8fb5329b3a1aa76494b948468d79727b89132d100a6e64e
Contents?: true
Size: 1.26 KB
Versions: 5
Compression:
Stored size: 1.26 KB
Contents
# PulpcoreClient::OpenPGPUserAttributeResponse ## 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] **sha256** | **String** | | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] [readonly] **public_key** | **String** | | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::OpenPGPUserAttributeResponse.new(pulp_href: null, prn: null, pulp_created: null, pulp_last_updated: null, sha256: null, signatures: null, public_key: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems