ConnectionStatusResponse

data class ConnectionStatusResponse(val description: String, val state: String, val status: String)

ConnectionStatus indicates the state of the connection.

Constructors

Link copied to clipboard
fun ConnectionStatusResponse(description: String, state: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Description.

Link copied to clipboard

State.

Link copied to clipboard

Status provides detailed information for the state.