forge-apis
Version:
⚠️ Deprecated: This package is no longer maintained. Use 'https://github.com/autodesk-platform-services/aps-sdk-node' instead.
52 lines (26 loc) • 1.18 kB
Markdown
# ForgeSdk.ManifestDerivative
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Output file type |
**hasThumbnail** | **Boolean** | Indicates if a thumbnail has been generated |
**outputType** | **String** | | [optional]
**progress** | **String** | Translation progress for requested entity |
**status** | **String** | Status of the requested entity; possible values are: `pending`, `success`, `inprogress`, `failed`, `timeout` and `partialsuccess` |
**children** | [**[ManifestChildren]**](ManifestChildren.md) | |
<a name="OutputTypeEnum"></a>
## Enum: OutputTypeEnum
* `stl` (value: `"stl"`)
* `step` (value: `"step"`)
* `iges` (value: `"iges"`)
* `obj` (value: `"obj"`)
* `svf` (value: `"svf"`)
* `thumbnail` (value: `"thumbnail"`)
<a name="StatusEnum"></a>
## Enum: StatusEnum
* `pending` (value: `"pending"`)
* `inprogress` (value: `"inprogress"`)
* `success` (value: `"success"`)
* `failed` (value: `"failed"`)
* `timeout` (value: `"timeout"`)
* `partialsuccess` (value: `"partialsuccess"`)