Files
gitea-rs/crates/gitea-client/docs/PrBranchInfo.md
2026-03-20 16:24:40 +01:00

16 lines
684 B
Markdown

# PrBranchInfo
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label** | Option<**String**> | The display name of the branch | [optional]
**r#ref** | Option<**String**> | The git reference of the branch | [optional]
**repo** | Option<[**models::Repository**](Repository.md)> | | [optional]
**repo_id** | Option<**i64**> | The unique identifier of the repository | [optional]
**sha** | Option<**String**> | The commit SHA of the branch head | [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)