684 B
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] |