dk.sdu.cloud.app.orchestrator.api.ShellResponse.Data

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

ShellResponse.Data

Emitted by the provider when new data is available for the terminal

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

Last updated