# Phrase::BranchMergeParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **strategy** | **String** | strategy used for merge blocking, use_main or use_branch | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::BranchMergeParameters.new(strategy: use_main) ```