Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 420 Bytes

TagCreateParameters.md

File metadata and controls

19 lines (12 loc) · 420 Bytes

Phrase::TagCreateParameters

Properties

Name Type Description Notes
branch String specify the branch to use [optional]
name String Name of the tag

Code Sample

require 'Phrase'

instance = Phrase::TagCreateParameters.new(branch: my-feature-branch,
                                 name: my-feature)