
com.pulumi.gcp.apphub.kotlin.outputs.ServiceAttributesEnvironment.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.apphub.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property type Environment type.
* Possible values are: `PRODUCTION`, `STAGING`, `TEST`, `DEVELOPMENT`.
*/
public data class ServiceAttributesEnvironment(
public val type: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.gcp.apphub.outputs.ServiceAttributesEnvironment): ServiceAttributesEnvironment = ServiceAttributesEnvironment(
type = javaType.type(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy