PropertyCondition
PropertyCondition
Base class for Property Conditions. For JSON the class descendants will generate with a field named 'type' with one of the following values: CONDITION_PROPERTY_STRING, CONDITION_PROPERTY_NUMERIC
AllOf
JSON Example
{
"type": "string",
"operator": "string",
"key": "string",
"instanced": false,
"settingValue": "string",
"targetKey": "string",
"thresholdType": "string"
}