Types
SettingValueInput
An input “union” where exactly one field may be be provided as an input. Current API only supports booleans but as the API expands more optional fields will be added.
input
SettingValueInputFields
boolean
Boolean
If the setting value is a boolean then this field should be set.
string
String
If the setting value is a string then this field should be set.
number
Int
If the setting value is a number then this field should be set
stringArray
[String]
If the setting value is a string array then this field should be set.

