# Phrase::TranslationExcludeParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**branch** | **String** | specify the branch to use | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::TranslationExcludeParameters.new(branch: my-feature-branch)
```