| 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: nil,
translatable_id: nil)