LBVariableAssignmentAction

LBVariableAssignmentAction
LBVariableAssignmentAction

This action is used to create a new variable and assign value to it. One action can be used to create one variable. To create multiple variables, multiple actions must be defined. The variables can be used by LBVariableCondition, etc.

AllOf
This class requires all of the following:
JSON Example
{
    "type": "string",
    "variable_name": "string",
    "variable_value": "string"
}