# Phrase::BranchCreateParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of the branch | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::BranchCreateParameters.new(name: my-branch) ```