OperatorFunctionDTO

FunctionDTO that represents the following internal functions:

Sub Type Property: "_type" : "Operator"

Fields

Type
Name
Description
Optional
Default Value
value
The value of the function.
false
 
operator
The operator of the function.
false
 

Example

{
	"_type" : "Operator",
	"operator" : "EQUAL",
	"value" : {
		"_type" : "String",
		"value" : "FooBar",
		"writable" : true,
		"readable" : true,
		"status" : null
	}
}