
com.pulumi.azure.appplatform.kotlin.outputs.SpringCloudBuilderStack.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.appplatform.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property id Specifies the ID of the ClusterStack.
* @property version Specifies the version of the ClusterStack
*/
public data class SpringCloudBuilderStack(
public val id: String,
public val version: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.appplatform.outputs.SpringCloudBuilderStack): SpringCloudBuilderStack = SpringCloudBuilderStack(
id = javaType.id(),
version = javaType.version(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy