forge-apis
Version:
⚠️ Deprecated: This package is no longer maintained. Use 'https://github.com/autodesk-platform-services/aps-sdk-node' instead.
29 lines (14 loc) • 802 B
Markdown
# ForgeSdk.JobObjOutputPayload
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **String** | The requested output types. Possible values include `svf`, `thumbnai`, `stl`, `step`, `iges`, or `obj`. For a list of supported types, call the [GET formats](https://developer.autodesk.com/en/docs/model-derivative/v2/reference/http/formats-GET) endpoint. |
**advanced** | [**JobObjOutputPayloadAdvanced**](JobObjOutputPayloadAdvanced.md) | | [optional]
<a name="TypeEnum"></a>
## Enum: TypeEnum
* `svf` (value: `"svf"`)
* `thumbnail` (value: `"thumbnail"`)
* `stl` (value: `"stl"`)
* `step` (value: `"step"`)
* `iges` (value: `"iges"`)
* `obj` (value: `"obj"`)