
com.pulumi.azurenative.networkcloud.kotlin.outputs.StringKeyValuePairResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.networkcloud.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property key The key to the mapped value.
* @property value The value of the mapping key.
*/
public data class StringKeyValuePairResponse(
public val key: String,
public val `value`: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.networkcloud.outputs.StringKeyValuePairResponse): StringKeyValuePairResponse = StringKeyValuePairResponse(
key = javaType.key(),
`value` = javaType.`value`(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy