ApplicationParameter.Bool
¶
An input parameter which accepts any boolean value
data class Bool(
val name: String?,
val optional: Boolean?,
val defaultValue: Any?,
val title: String?,
val description: String?,
val trueValue: String?,
val falseValue: String?,
val type: String /* "boolean" */,
)
Compatible with: AppParameterValue.Bool