EventingConfigTemplate constructor
EventingConfigTemplate({
- List<
ConfigVariableTemplate> ? additionalVariables, - List<
AuthConfigTemplate> ? authConfigTemplates, - bool? autoRefresh,
- bool? autoRegistrationSupported,
- ConfigVariableTemplate? encryptionKeyTemplate,
- bool? enrichmentSupported,
- String? eventListenerType,
- bool? isEventingSupported,
- List<
AuthConfigTemplate> ? listenerAuthConfigTemplates, - DestinationConfigTemplate? proxyDestinationConfig,
- DestinationConfigTemplate? registrationDestinationConfig,
- 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,
});