GoogleCloudIntegrationsV1alphaParameterMapEntryArgs

data class GoogleCloudIntegrationsV1alphaParameterMapEntryArgs(val key: Output<GoogleCloudIntegrationsV1alphaParameterMapFieldArgs>? = null, val value: Output<GoogleCloudIntegrationsV1alphaParameterMapFieldArgs>? = null) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaParameterMapEntryArgs>

Entry is a pair of key and value.

Constructors

Functions

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

Properties

Link copied to clipboard

Key of the map entry.

Link copied to clipboard

Value of the map entry.