com.pulumi.googlenative.gkehub.v1.kotlin.outputs.MembershipBindingLifecycleStateResponse.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.gkehub.v1.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* MembershipBindingLifecycleState describes the state of a Binding resource.
* @property code The current state of the MembershipBinding resource.
*/
public data class MembershipBindingLifecycleStateResponse(
public val code: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.gkehub.v1.outputs.MembershipBindingLifecycleStateResponse): MembershipBindingLifecycleStateResponse = MembershipBindingLifecycleStateResponse(
code = javaType.code(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy