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

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

AppParameterValue.Bool

A boolean value (true or false)

data class Bool(
    val value: Boolean,
    val type: String /* "boolean" */,
)
  • Compatible with: ApplicationParameter.Bool

  • Mountable as a resource: ❌ No

  • Expands to: trueValue of ApplicationParameter.Bool if value is true otherwise falseValue

  • Side effects: None

Properties

Last updated