# CreateGPGKeyOption

CreateGPGKeyOption options create user GPG key

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**armored_public_key** | **string** | An armored GPG key to add | [default to undefined]
**armored_signature** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { CreateGPGKeyOption } from 'berg';

const instance: CreateGPGKeyOption = {
    armored_public_key,
    armored_signature,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
