
com.pulumi.googlenative.integrations.v1alpha.kotlin.outputs.EnterpriseCrmEventbusProtoNodeIdentifierResponse.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.integrations.v1alpha.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Represents a node identifier (type + id). Next highest id: 3
* @property elementIdentifier Configuration of the edge.
* @property elementType Destination node where the edge ends. It can only be a task config.
*/
public data class EnterpriseCrmEventbusProtoNodeIdentifierResponse(
public val elementIdentifier: String,
public val elementType: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.integrations.v1alpha.outputs.EnterpriseCrmEventbusProtoNodeIdentifierResponse): EnterpriseCrmEventbusProtoNodeIdentifierResponse =
EnterpriseCrmEventbusProtoNodeIdentifierResponse(
elementIdentifier = javaType.elementIdentifier(),
elementType = javaType.elementType(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy