Sha256: 32470706128cf21769cece862288ce508715a51db2fbb6cc1c2ec1fd58a1f73a
Contents?: true
Size: 601 Bytes
Versions: 10
Compression:
Stored size: 601 Bytes
Contents
# PulpcoreClient::NestedOpenPGPPublicSubkeyResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **fingerprint** | **String** | | **created** | **DateTime** | | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::NestedOpenPGPPublicSubkeyResponse.new(fingerprint: null, created: null, signatures: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems