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

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

AppParameterValue.Text

A textual value

data class Text(
    val value: String,
    val type: String /* "text" */,
)
  • Compatible with: ApplicationParameter.Text and ApplicationParameter.Enumeration

  • Mountable as a resource: ❌ No

  • Expands to: The text, when used in an invocation this will be passed as a single argument.

  • Side effects: None

When this is used with an Enumeration it must match the value of one of the associated options.

Properties

Last updated