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

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

ShellRequest.Initialize

data class Initialize(
    val sessionIdentifier: String,
    val cols: Int?,
    val rows: Int?,
    val type: String /* "initialize" */,
)
Properties

Last updated