GoogleCloudIntegrationsV1alphaParameterMapFieldArgs

data class GoogleCloudIntegrationsV1alphaParameterMapFieldArgs(val literalValue: Output<GoogleCloudIntegrationsV1alphaValueTypeArgs>? = null, val referenceKey: Output<String>? = null) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaParameterMapFieldArgs>

Field represents either the key or value in an entry.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudIntegrationsV1alphaParameterMapFieldArgs

Properties

Link copied to clipboard

Passing a literal value.

Link copied to clipboard
val referenceKey: Output<String>? = null

Referencing one of the Integration variables.