Expression Set Assignment Step Input

Input representation of an assignment step in an expression set.
Root XML tag
<ExpressionSetAssignmentStepInput>
JSON example
"assignment" : {
            "assignedParameter" : "b",
            "expression" : "100"
          }
Properties
Name Type Description Required or Optional Available Version
assigned​Parameter String Expression set version variable that’s present on the right side of the calculation step. Required 58.0
expression String Expression that’s present on the left side of the calculation step. Required 58.0