# Email

Email an email address belonging to a user

## Properties

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

## Example

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

const instance: Email = {
    email,
    primary,
    user_id,
    username,
    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)
