Rust API for Gitea, automatically generated https://git.exmods.org/swagger.v1.json
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

Branch.md 836B

4 years ago
1234567891011121314151617
  1. # Branch
  2. ## Properties
  3. Name | Type | Description | Notes
  4. ------------ | ------------- | ------------- | -------------
  5. **commit** | [***::models::PayloadCommit**](PayloadCommit.md) | | [optional] [default to null]
  6. **enable_status_check** | **bool** | | [optional] [default to null]
  7. **name** | **String** | | [optional] [default to null]
  8. **protected** | **bool** | | [optional] [default to null]
  9. **required_approvals** | **i64** | | [optional] [default to null]
  10. **status_check_contexts** | **Vec<String>** | | [optional] [default to null]
  11. **user_can_merge** | **bool** | | [optional] [default to null]
  12. **user_can_push** | **bool** | | [optional] [default to null]
  13. [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)