CreateVariableOption defines the properties of the variable to create.object
value
required
Value of the variable to create. Special characters will be retained. Line endings will be normalized to LF to
match the behaviour of browsers. Encode the data with Base64 if line endings should be retained.
string
Example
generated
{
"value": "example"
}
CreateVariableOption defines the properties of the variable to create.object
value
required
Value of the variable to create. Special characters will be retained. Line endings will be normalized to LF to
match the behaviour of browsers. Encode the data with Base64 if line endings should be retained.