GoogleCloudIntegrationsV1alphaErrorCatcherConfig constructor
GoogleCloudIntegrationsV1alphaErrorCatcherConfig({
- String? description,
- String? errorCatcherId,
- String? errorCatcherNumber,
- String? label,
- GoogleCloudIntegrationsV1alphaCoordinate? position,
- List<
GoogleCloudIntegrationsV1alphaNextTask> ? startErrorTasks,
Implementation
GoogleCloudIntegrationsV1alphaErrorCatcherConfig({
this.description,
this.errorCatcherId,
this.errorCatcherNumber,
this.label,
this.position,
this.startErrorTasks,
});