Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.15 KB

File metadata and controls

13 lines (8 loc) · 1.15 KB

# BranchComparisonDiff

Properties

Name Type Description Notes
base_changes \Phrase\Model\BranchComparisonChange[] Changes made to this resource type in the base branch since the branch was created. [optional]
head_changes \Phrase\Model\BranchComparisonChange[] Changes made to this resource type in the feature branch. [optional]
conflicts array<string,\Phrase\Model\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]