GoogleCloudIntegrationsV1alphaTriggerConfig constructor

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

Implementation

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