| 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 |
require 'phrase'
instance = Phrase::JobKeysDeleteParameters.new(branch: 'my-feature-branch',
translation_key_ids: ["abcd1234cdef1234abcd1234cdef1234"])