| name | data type | description |
|---|---|---|
| opDetails | OpDetails | |
Properties inherited from Source |
||
| resourcePath | string | |
| resourceId | string | |
| resourceType | string | |
| hasParents | boolean | |
| collectionRoot | boolean | |
| hasChildren | boolean | |
Example
{
"opDetails" : {
"executions" : [ { }, { } ],
"op" : { }
},
"resourcePath" : "...",
"resourceId" : "...",
"resourceType" : "...",
"hasParents" : true,
"collectionRoot" : true,
"hasChildren" : true
}