Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 430 Bytes

File metadata and controls

17 lines (10 loc) · 430 Bytes

Phrase::BranchCreateComparisonParameters

Properties

Name Type Description Notes
direction String direction of comparison, possible values are sync or merge (only for v2 branches) [optional] [default to 'merge']

Code Sample

require 'Phrase'

instance = Phrase::BranchCreateComparisonParameters.new(direction: merge)