JSON reference for the objectTypeFilter clause that filters objects by object type.
Property description
The objectTypeFilter clause filters objects based on their object type(s).
Minimal JSON
{
"type": "objectTypeFilter",
"objectTypeKeys": [""],
"operand": ""
}
Nested properties
| Property | Description | Values | Mandatory |
|---|
type | objectTypeFilter | string | Yes |
objectTypeKeys | Key(s) of the object type(s) the filter applies to. | array of strings | Yes |
operand | See supported operand values. | string | Yes |
Supported operand values
| Value | Description |
|---|
in | Selects objects of the specified object type(s). |
notIn | Excludes objects of the specified object type(s). |