679 B
679 B
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Option<String> | [optional] | ||
| primary | Option<bool> | Whether this is the primary email address | [optional] |
| user_id | Option<i64> | The unique identifier of the user who owns this email | [optional] |
| username | Option<String> | username of the user | [optional] |
| verified | Option<bool> | Whether the email address has been verified | [optional] |