ReadinessCheckResponse

data class ReadinessCheckResponse(val path: String, val port: Int)

A readiness check to be performed on a workstation.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Path to which the request should be sent.

Link copied to clipboard
val port: Int

Port to which the request should be sent.