feat: add rustls
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**email** | Option<**String**> | | [optional]
|
||||
**primary** | Option<**bool**> | | [optional]
|
||||
**user_id** | Option<**i64**> | | [optional]
|
||||
**username** | Option<**String**> | | [optional]
|
||||
**verified** | Option<**bool**> | | [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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user