NegatableExpression
NegatableExpression
The base class for any type of setting or configuration to which negation can be applied.
When used in a configuration information object: if negate is true, then ~(objectValue) will be used for the configuration. If false, then objectValue will be used as it is.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"negate": false
}
boolean
negate
Optional
Whether the configuration needs to be negated or not.
Property Of