cberg
Version:
Node.js Client for the Codeberg API
30 lines (22 loc) • 804 B
Markdown
# 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)