GoogleCloudConnectorsV1EventingConfig constructor

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

Implementation

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