dk.sdu.cloud.app.orchestrator.api.ShellRequest.Input

UCloud Developer Guide / Orchestration of Resources / Compute / Provider APIs / Shells

ShellRequest.Input

An event triggered when a user types any sort of input into a terminal

data class Input(
    val data: String,
    val type: String /* "input" */,
)
Properties

Last updated