Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 358 Bytes

File metadata and controls

17 lines (10 loc) · 358 Bytes

Phrase::RepoSyncExportParameters

Properties

Name Type Description Notes
pr_branch String Source branch to open a pull request from [optional]

Code Sample

require 'Phrase'

instance = Phrase::RepoSyncExportParameters.new(pr_branch: my-feature-branch)