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

@@ -5,14 +5,14 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commit** | Option<[**models::PayloadCommit**](PayloadCommit.md)> | | [optional]
**effective_branch_protection_name** | Option<**String**> | | [optional]
**enable_status_check** | Option<**bool**> | | [optional]
**name** | Option<**String**> | | [optional]
**protected** | Option<**bool**> | | [optional]
**required_approvals** | Option<**i64**> | | [optional]
**status_check_contexts** | Option<**Vec<String>**> | | [optional]
**user_can_merge** | Option<**bool**> | | [optional]
**user_can_push** | Option<**bool**> | | [optional]
**effective_branch_protection_name** | Option<**String**> | EffectiveBranchProtectionName is the name of the effective branch protection rule | [optional]
**enable_status_check** | Option<**bool**> | EnableStatusCheck indicates if status checks are enabled | [optional]
**name** | Option<**String**> | Name is the branch name | [optional]
**protected** | Option<**bool**> | Protected indicates if the branch is protected | [optional]
**required_approvals** | Option<**i64**> | RequiredApprovals is the number of required approvals for pull requests | [optional]
**status_check_contexts** | Option<**Vec<String>**> | StatusCheckContexts contains the list of required status check contexts | [optional]
**user_can_merge** | Option<**bool**> | UserCanMerge indicates if the current user can merge to this branch | [optional]
**user_can_push** | Option<**bool**> | UserCanPush indicates if the current user can push to this branch | [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)