PollSwitchInput
data class PollSwitchInput(var value: Any, val maxValue: Any? = null, val keyboardType: KeyboardType = KeyboardType.Text)
The input information that will be used to create a poll switch item.
The input information that will be used to create a poll switch item.