feat: add rustls
This commit is contained in:
@@ -4,17 +4,17 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**avatar_url** | Option<**String**> | | [optional]
|
||||
**description** | Option<**String**> | | [optional]
|
||||
**email** | Option<**String**> | | [optional]
|
||||
**full_name** | Option<**String**> | | [optional]
|
||||
**id** | Option<**i64**> | | [optional]
|
||||
**location** | Option<**String**> | | [optional]
|
||||
**name** | Option<**String**> | | [optional]
|
||||
**repo_admin_change_team_access** | Option<**bool**> | | [optional]
|
||||
**username** | Option<**String**> | deprecated | [optional]
|
||||
**visibility** | Option<**String**> | | [optional]
|
||||
**website** | Option<**String**> | | [optional]
|
||||
**avatar_url** | Option<**String**> | The URL of the organization's avatar | [optional]
|
||||
**description** | Option<**String**> | The description of the organization | [optional]
|
||||
**email** | Option<**String**> | The email address of the organization | [optional]
|
||||
**full_name** | Option<**String**> | The full display name of the organization | [optional]
|
||||
**id** | Option<**i64**> | The unique identifier of the organization | [optional]
|
||||
**location** | Option<**String**> | The location of the organization | [optional]
|
||||
**name** | Option<**String**> | The name of the organization | [optional]
|
||||
**repo_admin_change_team_access** | Option<**bool**> | Whether repository administrators can change team access | [optional]
|
||||
**username** | Option<**String**> | username of the organization deprecated | [optional]
|
||||
**visibility** | Option<**String**> | The visibility level of the organization (public, limited, private) | [optional]
|
||||
**website** | Option<**String**> | The website URL of the organization | [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