forge-apis
Version:
⚠️ Deprecated: This package is no longer maintained. Use 'https://github.com/autodesk-platform-services/aps-sdk-node' instead.
11 lines (7 loc) • 727 B
Markdown
# ForgeSdk.JobPayloadInput
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**urn** | **String** | The design URN; returned when uploading the file to Forge The URN needs to be [Base64 (URL Safe) encoded](https://developer.autodesk.com/en/docs/model-derivative/v2/reference/http/job-POST/#id3). |
**compressedUrn** | **Boolean** | Set this to `true` if the source file is compressed. If set to `true`, you need to define the `rootFilename`. | [optional] [default to false]
**rootFilename** | **String** | The root filename of the compressed file. Mandatory if the `compressedUrn` is set to `true`. | [optional]