| Name | Type | Description | Notes |
|---|---|---|---|
| baseChanges | List<BranchComparisonChange> | Changes made to this resource type in the base branch since the branch was created. | [optional] |
| headChanges | List<BranchComparisonChange> | Changes made to this resource type in the feature branch. | [optional] |
| conflicts | Map<String, 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] |