toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.healthbot.kotlin.outputs
/
HealthBotKeyResponse
Health
Bot
Key
Response
data
class
HealthBotKeyResponse
(
val
keyName
:
String
?
=
null
,
val
value
:
String
?
=
null
)
An entry of HealthBotKeysResponse
Members
Constructors
Health
Bot
Key
Response
Link copied to clipboard
constructor
(
keyName
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Name
Link copied to clipboard
val
keyName
:
String
?
=
null
The name of the key.
value
Link copied to clipboard
val
value
:
String
?
=
null
The value of the key.