SelfCheckResponse

data class SelfCheckResponse(val intervalSeconds: Int? = null, val mode: String? = null, val timeoutSeconds: Int? = null)

Broker Diagnostic Self check properties

Constructors

Link copied to clipboard
constructor(intervalSeconds: Int? = null, mode: String? = null, timeoutSeconds: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val intervalSeconds: Int? = null

The self check interval.

Link copied to clipboard
val mode: String? = null

The toggle to enable/disable self check.

Link copied to clipboard
val timeoutSeconds: Int? = null

The timeout for self check.