EventingConfigTemplate constructor

EventingConfigTemplate({
  1. List<ConfigVariableTemplate>? additionalVariables,
  2. List<AuthConfigTemplate>? authConfigTemplates,
  3. bool? autoRefresh,
  4. bool? autoRegistrationSupported,
  5. ConfigVariableTemplate? encryptionKeyTemplate,
  6. bool? enrichmentSupported,
  7. String? eventListenerType,
  8. bool? isEventingSupported,
  9. List<AuthConfigTemplate>? listenerAuthConfigTemplates,
  10. DestinationConfigTemplate? proxyDestinationConfig,
  11. DestinationConfigTemplate? registrationDestinationConfig,
  12. List<ConfigVariableTemplate>? triggerConfigVariables,
})

Implementation

EventingConfigTemplate({
  this.additionalVariables,
  this.authConfigTemplates,
  this.autoRefresh,
  this.autoRegistrationSupported,
  this.encryptionKeyTemplate,
  this.enrichmentSupported,
  this.eventListenerType,
  this.isEventingSupported,
  this.listenerAuthConfigTemplates,
  this.proxyDestinationConfig,
  this.registrationDestinationConfig,
  this.triggerConfigVariables,
});