ConnectionStateResponse

data class ConnectionStateResponse(val description: String? = null, val status: String? = null)

ConnectionState information.

Constructors

Link copied to clipboard
constructor(description: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

Description of the connection state.

Link copied to clipboard
val status: String? = null

Status of the connection.