WildcardFunctionDTO

FunctionDTO that represents the following internal functions:

Sub Type Property: "_type" : "Wildcard"

Fields

Type
Name
Description
Optional
Default Value
value
The parameter value of the function.
false
 
operator
The operator of the function.
false
 
Boolean  
not
The flag to invert the function.
true
false

Example

{
	"_type" : "Wildcard",
	"operator" : "START_WITH",
	"not" : false,
	"value" : {
		"_type" : "String",
		"value" : "Del",
		"writable" : true,
		"readable" : true,
		"status" : null
	}
}