GoogleCloudIntegrationsV1alphaTriggerConfig constructor

GoogleCloudIntegrationsV1alphaTriggerConfig({
  1. List<GoogleCloudIntegrationsV1alphaIntegrationAlertConfig>? alertConfig,
  2. GoogleCloudIntegrationsV1alphaCloudSchedulerConfig? cloudSchedulerConfig,
  3. String? description,
  4. String? errorCatcherId,
  5. GoogleCloudIntegrationsV1alphaTriggerConfigVariables? inputVariables,
  6. String? label,
  7. String? nextTasksExecutionPolicy,
  8. GoogleCloudIntegrationsV1alphaTriggerConfigVariables? outputVariables,
  9. GoogleCloudIntegrationsV1alphaCoordinate? position,
  10. Map<String, String>? properties,
  11. List<GoogleCloudIntegrationsV1alphaNextTask>? startTasks,
  12. String? trigger,
  13. String? triggerId,
  14. String? triggerNumber,
  15. String? triggerType,
})

Implementation

GoogleCloudIntegrationsV1alphaTriggerConfig({
  this.alertConfig,
  this.cloudSchedulerConfig,
  this.description,
  this.errorCatcherId,
  this.inputVariables,
  this.label,
  this.nextTasksExecutionPolicy,
  this.outputVariables,
  this.position,
  this.properties,
  this.startTasks,
  this.trigger,
  this.triggerId,
  this.triggerNumber,
  this.triggerType,
});