toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.resourcehealth.kotlin.outputs
/
KeyValueItemResponse
Key
Value
Item
Response
data
class
KeyValueItemResponse
(
val
key
:
String
,
val
value
:
String
)
Key value tuple.
Members
Constructors
Key
Value
Item
Response
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
Key of tuple.
value
Link copied to clipboard
val
value
:
String
Value of tuple.