| 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> |
| Name | Value |
|---|---|
| "STL" | "stl" |
| "STEP" | "step" |
| "IGES" | "iges" |
| "OBJ" | "obj" |
| "SVF" | "svf" |
| "THUMBNAIL" | "thumbnail" |
| Name | Value |
|---|---|
| "PENDING" | "pending" |
| "INPROGRESS" | "inprogress" |
| "SUCCESS" | "success" |
| "FAILED" | "failed" |
| "TIMEOUT" | "timeout" |
| "PARTIALSUCCESS" | "partialsuccess" |