GoogleCloudIntegrationsV1alphaIntegrationConfigParameter constructor

GoogleCloudIntegrationsV1alphaIntegrationConfigParameter({
  1. GoogleCloudIntegrationsV1alphaIntegrationParameter? parameter,
  2. GoogleCloudIntegrationsV1alphaValueType? value,
})

Implementation

GoogleCloudIntegrationsV1alphaIntegrationConfigParameter({
  this.parameter,
  this.value,
});