toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.networkcloud.kotlin.outputs
/
StringKeyValuePairResponse
String
Key
Value
Pair
Response
data
class
StringKeyValuePairResponse
(
val
key
:
String
,
val
value
:
String
)
Members
Constructors
String
Key
Value
Pair
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
The key to the mapped value.
value
Link copied to clipboard
val
value
:
String
The value of the mapping key.