| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| status | StatusEnum | 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] |
| translatableType | TranslatableTypeEnum | Resource type that was pre-translated. | [optional] |
| translatableId | 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] |
| createdAt | OffsetDateTime | [optional] | |
| updatedAt | OffsetDateTime | [optional] |
| Name | Value |
|---|---|
| PENDING | "pending" |
| RUNNING | "running" |
| SUCCESS | "success" |
| ERROR | "error" |
| Name | Value |
|---|---|
| LOCALE | "locale" |
| JOB | "job" |
| TRANSLATION_KEY | "translation_key" |
| UPLOAD | "upload" |