Expression Set Advanced Condition Step Input

Input representation of an advanced condition step in an expression set.
Root XML tag
<ExpressionSetAdvancedConditionStepInput>
JSON example
"advancedCondition" : {
            "conditionLogic" : "1",
              "criteria" : [ {
                "operator" : "Equals",
                "sequenceNumber" : 1,
                "sourceFieldName" : "a",
                "value" : "0",
                "valueType" : "Literal"
              } ],
            "resultParameter" : "condition_output__1"
          }
Properties
Name Type Description Required or Optional Available Version
condition​Logic String Condition that’s defined for the advanced condition. For example, if all conditions are met or any of the conditions are met. Required 58.0
criteria Expression Set Condition Criteria Input[] List of condition criteria in an expression set. Required 58.0
result​Parameter String Expression set definition version variable associated with the result of the step. Required 58.0