EnterpriseCrmFrontendsEventbusProtoTriggerConfig constructor

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

Implementation

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