Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 978 Bytes

TranslationResponse.md

File metadata and controls

36 lines (24 loc) · 978 Bytes

TranslationResponse

Properties

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

Enum: StatusEnum

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"