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