| Name | Type | Description | Notes |
|---|---|---|---|
| baseProjectId | String | [optional] | |
| branchProjectId | String | [optional] | |
| name | String | [optional] | |
| base | String | Name of the base branch this branch was created from. Only present for branches created with the newer branching system. | [optional] |
| createdAt | OffsetDateTime | [optional] | |
| updatedAt | OffsetDateTime | [optional] | |
| mergedAt | OffsetDateTime | [optional] | |
| mergedBy | UserPreview | [optional] | |
| createdBy | UserPreview | [optional] | |
| state | StateEnum | [optional] | |
| childBranches | List<String> | [optional] |
| Name | Value |
|---|---|
| CREATING_BRANCH | "creating_branch" |
| MERGING_BRANCH | "merging_branch" |
| SYNCING_BRANCH | "syncing_branch" |
| MERGED | "merged" |
| SUCCESS | "success" |
| BRANCH_ERROR | "branch_error" |
| MERGE_CONFLICT | "merge_conflict" |