OpenSession.Web

API: Stable

data class Web(
    val jobId: String,
    val rank: Int,
    val redirectClientTo: String,
    val domainOverride: String?,
    val type: String /* "web" */,
)
Properties
jobId: String
rank: Int
redirectClientTo: String
domainOverride: String? Domain override, which will be forwarded to the end-user. This overrides the domain used by UCloud/Core. Must contain scheme (e.g. https://).
type: String /* "web" */ The type discriminator