| name | data type | description |
|---|---|---|
| streams | array of TempFile | |
| parentPath | string | |
| clashOption | ClashOptions | |
| fieldName | string | |
| toSetAccess | Access | |
| fieldDefinitionPath | string | |
| attributes | map of object |
Example
{
"streams" : [ {
"size" : 12345,
"id" : "...",
"filename" : "...",
"url" : "..."
}, {
"size" : 12345,
"id" : "...",
"filename" : "...",
"url" : "..."
} ],
"parentPath" : "...",
"clashOption" : "MERGE_EXISTING",
"fieldName" : "...",
"toSetAccess" : {
"_policy" : "OPEN",
"_license" : "..."
},
"fieldDefinitionPath" : "...",
"attributes" : {
"property1" : { },
"property2" : { }
}
}