
com.pulumi.azurenative.cache.kotlin.outputs.RedisLinkedServerResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.cache.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Linked server Id
* @property id Linked server Id.
*/
public data class RedisLinkedServerResponse(
public val id: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azurenative.cache.outputs.RedisLinkedServerResponse): RedisLinkedServerResponse = RedisLinkedServerResponse(
id = javaType.id(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy