ConnectionStatus

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

An arbitrary description for the Connection.

Link copied to clipboard
val state: String? = null

(Output) State of the Eventing

Link copied to clipboard
val status: String? = null

(Output) Current status of eventing. Structure is documented below.