feat: add rustls

This commit is contained in:
2026-03-20 16:24:16 +01:00
parent 04cf661d02
commit 4e2542ba9d
399 changed files with 37007 additions and 23522 deletions

View File

@@ -4,11 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**can_create_org_repo** | Option<**bool**> | | [optional]
**description** | Option<**String**> | | [optional]
**includes_all_repositories** | Option<**bool**> | | [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]
**includes_all_repositories** | Option<**bool**> | Whether the team has access to all repositories in the organization | [optional]
**name** | **String** | |
**permission** | Option<**String**> | | [optional]
**permission** | Option<**Permission**> | (enum: read, write, admin) | [optional]
**units** | Option<**Vec<String>**> | | [optional]
**units_map** | Option<**std::collections::HashMap<String, String>**> | | [optional]