Interface: Manifest
An object that represents the successful response of a Fetch Manifest operation.
Export
Manifest
Properties
derivatives
derivatives:
ManifestDerivative
[] An array of objects, where each object represents a derivative of the source design.
Memberof
Manifest
Defined in
hasThumbnail
hasThumbnail:
string
true
: There is a thumbnail for the source design.false
: There is no thumbnail for the source design.
Memberof
Manifest
Defined in
progress
progress:
string
Indicates the overall progress of all translation jobs, as a percentage. Once all requested derivatives are generated, the value changes tocomplete
.
Memberof
Manifest
Defined in
region
region:
string
Specifies the data center where the manifest, derivatives, and references are stored. Possible values are:
US
- Data center for the US region.EMEA
- Data center for European Union, Middle East, and Africa.APAC
- Data center for the Australia region.
Memberof
Manifest
Defined in
status
status:
string
Overall status of all translation jobs for the source design. Possible values are:pending
,success
,inprogress
,failed
,timeout
.
Memberof
Manifest
Defined in
type
type:
string
The type of data that is returned. Alwaysmanifest
.
Memberof
Manifest
Defined in
urn
urn:
string
The URL-safe Base64 encoded URN of the source design.
Memberof
Manifest
Defined in
version
version:
string
Indicates the version of the schema that the manifest is based on.
Memberof
Manifest