feat: add rustls
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**can_create_org_repo** | Option<**bool**> | | [optional]
|
||||
**description** | Option<**String**> | | [optional]
|
||||
**id** | Option<**i64**> | | [optional]
|
||||
**includes_all_repositories** | Option<**bool**> | | [optional]
|
||||
**name** | Option<**String**> | | [optional]
|
||||
**can_create_org_repo** | Option<**bool**> | Whether the team can create repositories in the organization | [optional]
|
||||
**description** | Option<**String**> | The description of the team | [optional]
|
||||
**id** | Option<**i64**> | The unique identifier of the team | [optional]
|
||||
**includes_all_repositories** | Option<**bool**> | Whether the team has access to all repositories in the organization | [optional]
|
||||
**name** | Option<**String**> | The name of the team | [optional]
|
||||
**organization** | Option<[**models::Organization**](Organization.md)> | | [optional]
|
||||
**permission** | Option<**String**> | | [optional]
|
||||
**permission** | Option<**Permission**> | (enum: none, read, write, admin, owner) | [optional]
|
||||
**units** | Option<**Vec<String>**> | | [optional]
|
||||
**units_map** | Option<**std::collections::HashMap<String, String>**> | | [optional]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user