Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 302 Bytes

BranchCreateParameters.md

File metadata and controls

17 lines (10 loc) · 302 Bytes

Phrase::BranchCreateParameters

Properties

Name Type Description Notes
name String Name of the branch

Code Sample

require 'Phrase'

instance = Phrase::BranchCreateParameters.new(name: my-branch)