ScriptVariableValue
object
Representation of input variable value.
Fields
stringValue
String
String value, used for types STRING and PASSWORD.
booleanValue
Boolean
Boolean value, used for type BOOLEAN.
intValue
Int
Int value, used for type INT.
floatValue
Float
Float value, used for type FLOAT.
dateTimeValue
DateTime
Date Time value, used for type DATE_TIME.