| name | data type | constraints | description |
|---|---|---|---|
| type | TdxmInputType | ||
| fileName | string | ||
| filePath | string | ||
| preserve | boolean | required boolean | |
| name | string | ||
| id | number |
Example
{
"type" : "HDRep",
"fileName" : "...",
"filePath" : "...",
"preserve" : true,
"name" : "...",
"id" : 12345
}