dk.sdu.cloud.app.store.api.EnvironmentVariableParameter

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

EnvironmentVariableParameter

Produces an environment variable (TODO Documentation)

data class EnvironmentVariableParameter(
    val variable: String,
    val type: String /* "env" */,
)
Properties

Last updated