Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 539 Bytes

JobKeysDeleteParameters.md

File metadata and controls

19 lines (12 loc) · 539 Bytes

Phrase::JobKeysDeleteParameters

Properties

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

Code Sample

require 'Phrase'

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