Google Cloud Integrations V1alpha Parameter Map Args
data class GoogleCloudIntegrationsV1alphaParameterMapArgs(val entries: Output<List<GoogleCloudIntegrationsV1alphaParameterMapEntryArgs>>? = null, val keyType: Output<GoogleCloudIntegrationsV1alphaParameterMapKeyType>? = null, val valueType: Output<GoogleCloudIntegrationsV1alphaParameterMapValueType>? = null) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaParameterMapArgs>
A generic multi-map that holds key value pairs. They keys and values can be of any type, unless specified.
Constructors
Link copied to clipboard
fun GoogleCloudIntegrationsV1alphaParameterMapArgs(entries: Output<List<GoogleCloudIntegrationsV1alphaParameterMapEntryArgs>>? = null, keyType: Output<GoogleCloudIntegrationsV1alphaParameterMapKeyType>? = null, valueType: Output<GoogleCloudIntegrationsV1alphaParameterMapValueType>? = null)