Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 987 Bytes

File metadata and controls

16 lines (12 loc) · 987 Bytes

PreTranslation

Properties

Name Type Description Notes
id str [optional]
status str Current execution state of the pre-translation job. Jobs start as `pending` while queued, transition to `running` while executing, and settle to `success` or `error`. [optional]
translatable_type str Resource type that was pre-translated. [optional]
translatable_id str ID of the targeted resource (locale ID, job ID, key ID, or upload ID). [optional]
error str Error message. `null` unless the job's status is `error`. [optional]
created_at datetime [optional]
updated_at datetime [optional]

[Back to Model list] [Back to API list] [Back to README]