dk.sdu.cloud.app.store.api.ApplicationParameter.Bool

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

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

Properties

Last updated