| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Name of the branch | |
| base | String | Name of an existing branch to use as the base for the new branch. | [optional] |
require 'phrase'
instance = Phrase::BranchCreateParameters.new(name: 'my-branch',
base: 'parent-branch')