All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.googlenative.compute.v1.kotlin.outputs.Uint128Response.kt Maven / Gradle / Ivy

Go to download

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