dk.sdu.cloud.app.orchestrator.api.OpenSession.Web

UCloud Developer Guide / Orchestration of Resources / Compute / Jobs

OpenSession.Web

data class Web(
    val jobId: String,
    val rank: Int,
    val redirectClientTo: String,
    val domainOverride: String?,
    val type: String /* "web" */,
)
Properties

Last updated