Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 623 Bytes

CommentCreateParameters.md

File metadata and controls

21 lines (14 loc) · 623 Bytes

Phrase::CommentCreateParameters

Properties

Name Type Description Notes
message String Comment message
branch String specify the branch to use [optional]
locale_ids Array<String> specify the locales for the comment [optional]

Code Sample

require 'Phrase'

instance = Phrase::CommentCreateParameters.new(message: Some message...,
                                 branch: my-feature-branch,
                                 locale_ids: [&quot;someId&quot;,&quot;someOtherId&quot;])