GoogleCloudIntegrationsV1alphaParameterMapEntry constructor

GoogleCloudIntegrationsV1alphaParameterMapEntry({
  1. GoogleCloudIntegrationsV1alphaParameterMapField? key,
  2. GoogleCloudIntegrationsV1alphaParameterMapField? value,
})

Implementation

GoogleCloudIntegrationsV1alphaParameterMapEntry({
  this.key,
  this.value,
});