ExternalAssetImportPackageRequest Data Type

Properties
name data type constraints description
fileName string  
filePath string  
id number  
type TdxmInputType  
preserve boolean required boolean
name string  

Example

{
  "fileName" : "...",
  "filePath" : "...",
  "id" : 12345,
  "type" : "Internal",
  "preserve" : true,
  "name" : "..."
}