Google Cloud Integrations V1alpha Parameter Map Response
data class GoogleCloudIntegrationsV1alphaParameterMapResponse(val entries: List<GoogleCloudIntegrationsV1alphaParameterMapEntryResponse>, val keyType: String, val valueType: String)
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 GoogleCloudIntegrationsV1alphaParameterMapResponse(entries: List<GoogleCloudIntegrationsV1alphaParameterMapEntryResponse>, keyType: String, valueType: String)