Files
2025-09-07 00:21:05 +00:00

11 lines
473 B
Markdown

# PRBranchInfo
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**label** | **String** | The display name of the branch | [optional]
**ref** | **String** | The git reference of the branch | [optional]
**repo** | [**Repository**](Repository.md) | | [optional]
**repoId** | **Long** | The unique identifier of the repository | [optional]
**sha** | **String** | The commit SHA of the branch head | [optional]