GoogleCloudIntegrationsV1alphaErrorCatcherConfig constructor

GoogleCloudIntegrationsV1alphaErrorCatcherConfig({
  1. String? description,
  2. String? errorCatcherId,
  3. String? errorCatcherNumber,
  4. String? label,
  5. GoogleCloudIntegrationsV1alphaCoordinate? position,
  6. List<GoogleCloudIntegrationsV1alphaNextTask>? startErrorTasks,
})

Implementation

GoogleCloudIntegrationsV1alphaErrorCatcherConfig({
  this.description,
  this.errorCatcherId,
  this.errorCatcherNumber,
  this.label,
  this.position,
  this.startErrorTasks,
});