HealthBotKeyResponse

data class HealthBotKeyResponse(val keyName: String? = null, val value: String? = null)

An entry of HealthBotKeysResponse

Constructors

Link copied to clipboard
constructor(keyName: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyName: String? = null

The name of the key.

Link copied to clipboard
val value: String? = null

The value of the key.