# Phrase::TranslationIncludeParameters ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **branch** | **String** | specify the branch to use | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::TranslationIncludeParameters.new(branch: my-feature-branch) ```