| 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] |