| name | data type | description |
|---|---|---|
| properties | map of string | |
| dsetId | string | |
| resourcePath | string | |
| datasetKey | string |
Example
{
"properties" : {
"property1" : "...",
"property2" : "..."
},
"dsetId" : "...",
"resourcePath" : "...",
"datasetKey" : "..."
}