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

684 B

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> [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] [Back to API list] [Back to README]