TraversalSpec
The TraversalSpec data object type specifies how to derive a new set of objects to add to the filter.
It specifies a property path whose value is either another managed object or an array of managed objects included in the set of objects for consideration. This data object can also be named, using the "name" field in the base type.
{
"_typeName": "string",
"name": "string",
"type": "string",
"path": "string",
"skip": false,
"selectSet": [
{
"_typeName": "string",
"name": "string"
}
]
}
Name of the object type containing the property.
Name of the property to use in order to select additional objects.
Flag to indicate whether or not to filter the object in the "path" field.
Optional set of selections to specify additional objects to filter.