Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 634 Bytes

File metadata and controls

19 lines (12 loc) · 634 Bytes

Phrase::PreTranslationCreateParameters

Properties

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]

Code Sample

require 'Phrase'

instance = Phrase::PreTranslationCreateParameters.new(translatable_type: null,
                                 translatable_id: null)