ScriptInputVariableInput
input
Representation of input variable input.
Input Fields
name
String!
required
Variable name. Must not exceed 48 characters.
variable
String!
required
Variable used inside the script. Must not exceed 48 characters.
type
ScriptVariableKindInput!
required
Variable data type.
value
ScriptVariableValueInput!
required
Variable default value.