| Name | Type | Description | Notes |
|---|---|---|---|
| translatable_type | String | Resource type to pre-translate. | [optional] |
| translatable_id | String | ID of the targeted resource: locale ID for `locale`, job ID for `job`, key ID for `translation_key`, upload ID for `upload`. | [optional] |
require 'Phrase'
instance = Phrase::PreTranslationCreateParameters.new(translatable_type: null,
translatable_id: null)