
com.pulumi.googlenative.compute.v1.kotlin.outputs.Uint128Response.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.compute.v1.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property high
* @property low
*/
public data class Uint128Response(
public val high: String,
public val low: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.compute.v1.outputs.Uint128Response): Uint128Response = Uint128Response(
high = javaType.high(),
low = javaType.low(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy