Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 543 Bytes

JobKeysCreateParameters.md

File metadata and controls

19 lines (12 loc) · 543 Bytes

Phrase::JobKeysCreateParameters

Properties

Name Type Description Notes
branch String specify the branch to use [optional]
translation_key_ids Array<String> ids of keys that should added to the job [optional]

Code Sample

require 'Phrase'

instance = Phrase::JobKeysCreateParameters.new(branch: my-feature-branch,
                                 translation_key_ids: [&quot;abcd1234cdef1234abcd1234cdef1234&quot;])