Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SimpleCondition

Information for a simple condition.

Properties

Const kind

kind: string = "SIMPLE"

Optional operator

operator: model.OperatorType

Type of operator

Optional parameter

parameter: undefined | string

Parameter key

Optional value

value: undefined | string

Value of operator in condition

Optional valueType

valueType: model.ConditionValueType

Type of value in condition

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Condition): object

getJsonObj