Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 354 Bytes

File metadata and controls

17 lines (10 loc) · 354 Bytes

Phrase::RepoSyncImportParameters

Properties

Name Type Description Notes
repository_branch String Branch to import from [optional]

Code Sample

require 'Phrase'

instance = Phrase::RepoSyncImportParameters.new(repository_branch: my-feature-branch)