Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.22 KB

File metadata and controls

39 lines (30 loc) · 1.22 KB

ManifestDerivative

Properties

Name Type Description Notes
name String Output file type
hasThumbnail Boolean Indicates if a thumbnail has been generated
outputType OutputTypeEnum [optional]
progress String Translation progress for requested entity
status StatusEnum Status of the requested entity; possible values are: `pending`, `success`, `inprogress`, `failed`, `timeout` and `partialsuccess`
children List<ManifestChildren>

Enum: OutputTypeEnum

Name Value
"STL" "stl"
"STEP" "step"
"IGES" "iges"
"OBJ" "obj"
"SVF" "svf"
"THUMBNAIL" "thumbnail"

Enum: StatusEnum

Name Value
"PENDING" "pending"
"INPROGRESS" "inprogress"
"SUCCESS" "success"
"FAILED" "failed"
"TIMEOUT" "timeout"
"PARTIALSUCCESS" "partialsuccess"