GoogleCloudConnectorsV1EventingConfig constructor

GoogleCloudConnectorsV1EventingConfig({
  1. List<GoogleCloudConnectorsV1ConfigVariable>? additionalVariables,
  2. GoogleCloudConnectorsV1AuthConfig? authConfig,
  3. GoogleCloudConnectorsV1EventingConfigDeadLetterConfig? deadLetterConfig,
  4. bool? enrichmentEnabled,
  5. String? eventsListenerIngressEndpoint,
  6. GoogleCloudConnectorsV1AuthConfig? listenerAuthConfig,
  7. bool? privateConnectivityEnabled,
  8. GoogleCloudConnectorsV1DestinationConfig? proxyDestinationConfig,
  9. GoogleCloudConnectorsV1DestinationConfig? registrationDestinationConfig,
})

Implementation

GoogleCloudConnectorsV1EventingConfig({
  this.additionalVariables,
  this.authConfig,
  this.deadLetterConfig,
  this.enrichmentEnabled,
  this.eventsListenerIngressEndpoint,
  this.listenerAuthConfig,
  this.privateConnectivityEnabled,
  this.proxyDestinationConfig,
  this.registrationDestinationConfig,
});