Name | Type | Description | Notes |
---|---|---|---|
id | Integer | ||
name | String | ||
status | StatusEnum | This value tracks the status of the delivery. | |
srcLang | String | ||
srcLocale | String | [optional] | |
trgLang | String | ||
trgLocale | String | [optional] | |
errorMsg | String | [optional] | |
createdAt | OffsetDateTime | ||
updatedAt | OffsetDateTime |
Name | Value |
---|---|
IMPORT_COMPLETE | "import_complete" |
IMPORT_FAILED | "import_failed" |
EXPORT_COMPLETE | "export_complete" |
EXPORT_FAILED | "export_failed" |
MT_COMPLETE | "mt_complete" |
MT_FAILED | "mt_failed" |
PLUGIN_COMPLETE | "plugin_complete" |