Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1015 Bytes

File metadata and controls

17 lines (12 loc) · 1015 Bytes

# PreTranslation

Properties

Name Type Description Notes
id string [optional]
status string 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 string Resource type that was pre-translated. [optional]
translatable_id string ID of the targeted resource (locale ID, job ID, key ID, or upload ID). [optional]
error string 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]