EnterpriseCrmFrontendsEventbusProtoTriggerConfig constructor

EnterpriseCrmFrontendsEventbusProtoTriggerConfig({
  1. List<EnterpriseCrmEventbusProtoWorkflowAlertConfig>? alertConfig,
  2. EnterpriseCrmEventbusProtoCloudSchedulerConfig? cloudSchedulerConfig,
  3. String? description,
  4. List<String>? enabledClients,
  5. String? errorCatcherId,
  6. EnterpriseCrmFrontendsEventbusProtoTriggerConfigVariables? inputVariables,
  7. String? label,
  8. String? nextTasksExecutionPolicy,
  9. EnterpriseCrmFrontendsEventbusProtoTriggerConfigVariables? outputVariables,
  10. bool? pauseWorkflowExecutions,
  11. EnterpriseCrmEventbusProtoCoordinate? position,
  12. Map<String, String>? properties,
  13. List<EnterpriseCrmEventbusProtoNextTask>? startTasks,
  14. EnterpriseCrmEventbusProtoTriggerCriteria? triggerCriteria,
  15. String? triggerId,
  16. String? triggerName,
  17. String? triggerNumber,
  18. String? triggerType,
})

Implementation

EnterpriseCrmFrontendsEventbusProtoTriggerConfig({
  this.alertConfig,
  this.cloudSchedulerConfig,
  this.description,
  this.enabledClients,
  this.errorCatcherId,
  this.inputVariables,
  this.label,
  this.nextTasksExecutionPolicy,
  this.outputVariables,
  this.pauseWorkflowExecutions,
  this.position,
  this.properties,
  this.startTasks,
  this.triggerCriteria,
  this.triggerId,
  this.triggerName,
  this.triggerNumber,
  this.triggerType,
});