Files
gitea-rs/crates/gitea-client/docs/Email.md
2026-03-20 16:24:40 +01:00

16 lines
679 B
Markdown

# Email
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | 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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)