TCPSocketActionResponse

data class TCPSocketActionResponse(val type: String)

TCPSocketAction describes an action based on opening a socket

Constructors

Link copied to clipboard
constructor(type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the action to take to perform the health check. Expected value is 'TCPSocketAction'.