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