Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.1 KB

File metadata and controls

12 lines (8 loc) · 1.1 KB

BranchComparisonDiff

Properties

Name Type Description Notes
base_changes List[BranchComparisonChange] Changes made to this resource type in the base branch since the branch was created. [optional]
head_changes List[BranchComparisonChange] Changes made to this resource type in the feature branch. [optional]
conflicts Dict[str, BranchComparisonDiffConflictsValue] Conflicting changes present in both branches, keyed by conflict type. Possible conflict type keys: `changed_in_head_changed_in_base`, `added_in_head_added_in_base`, `changed_in_head_deleted_in_base`, `deleted_in_head_changed_in_base`. Each value contains `base` and `head` arrays of changed attribute objects. [optional]

[Back to Model list] [Back to API list] [Back to README]