| Name | Type | Description | Notes |
|---|---|---|---|
| type | TypeEnum | Type of this JSON object | |
| role | RoleEnum | Output file type | |
| name | String | Output file type | [optional] |
| hasThumbnail | Boolean | Indicates if a thumbnail has been generated | [optional] |
| mime | String | MIME type of the generated file | |
| urn | String | Output file URN; used as a file identifier | [optional] |
| progress | String | Translation progress for requested entity | [optional] |
| status | StatusEnum | Status of the requested entity; possible values are: `pending`, `success`, `inprogress`, `failed`, `timeout` and `partialsuccess` | [optional] |
| resolution | List<String> | Available thumbnail resolution | [optional] |
| modelGUID | String | [optional] | |
| objectIds | List<Integer> | [optional] | |
| messages | Messages | [optional] |
| Name | Value |
|---|---|
| "RESOURCE" | "resource" |
| "MANIFEST" | "manifest" |
| "GEOMETRY" | "geometry" |
| "VIEW" | "view" |
| Name | Value |
|---|---|
| "_2D" | "2d" |
| "_3D" | "3d" |
| "GRAPHICS" | "graphics" |
| "MANIFEST" | "manifest" |
| "THUMBNAIL" | "thumbnail" |
| Name | Value |
|---|---|
| "PENDING" | "pending" |
| "INPROGRESS" | "inprogress" |
| "SUCCESS" | "success" |
| "FAILED" | "failed" |
| "TIMEOUT" | "timeout" |
| "PARTIALSUCCESS" | "partialsuccess" |