IsNullFunctionDTO
FunctionDTO that represents the following internal functions:
- IsNullFunction
- IsNotNullFunction (not=true)
Sub Type Property: "_type" : "IsNull"
Fields
Type
Name
Description
Optional
Default Value
not
The flag to invert the function.
true
false
Example
{
"_type" : "IsNull",
"not" : false
}