Google Cloud Integrations V1alpha Parameter Map Field Args
    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
Link copied to clipboard
                fun GoogleCloudIntegrationsV1alphaParameterMapFieldArgs(literalValue: Output<GoogleCloudIntegrationsV1alphaValueTypeArgs>? = null, referenceKey: Output<String>? = null)