PropertyCondition

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
This class requires all of the following:
JSON Example
{
    "type": "string",
    "operator": "string",
    "key": "string",
    "instanced": false,
    "settingValue": "string",
    "targetKey": "string",
    "thresholdType": "string"
}