# GPGKeyEmail

GPGKeyEmail an email attached to a GPGKey

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **string** |  | [optional] [default to undefined]
**verified** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: GPGKeyEmail = {
    email,
    verified,
};
```

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