GoogleCloudIntegrationsV1alphaParameterMap constructor

GoogleCloudIntegrationsV1alphaParameterMap({
  1. List<GoogleCloudIntegrationsV1alphaParameterMapEntry>? entries,
  2. String? keyType,
  3. String? valueType,
})

Implementation

GoogleCloudIntegrationsV1alphaParameterMap({
  this.entries,
  this.keyType,
  this.valueType,
});