| Name | Type | Description | Notes |
|---|---|---|---|
| pr_branch | String | Source branch to open a pull request from | [optional] |
| branch | String | Strings branch to export from | [optional] |
require 'Phrase'
instance = Phrase::RepoSyncExportParameters.new(pr_branch: my-feature-branch,
branch: my-strings-branch)