ScriptVariableValueInput
input
Representation of input variable default value.
Input 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
DateTime value, used for type DATETIME.