GoogleCloudIntegrationsV1alphaErrorCatcherConfig class
Configuration detail of a error catch task
Constructors
-
GoogleCloudIntegrationsV1alphaErrorCatcherConfig({String? description, String? errorCatcherId, String? errorCatcherNumber, String? label, GoogleCloudIntegrationsV1alphaCoordinate? position, List<
GoogleCloudIntegrationsV1alphaNextTask> ? startErrorTasks}) - GoogleCloudIntegrationsV1alphaErrorCatcherConfig.fromJson(Map json_)
Properties
- description ↔ String?
-
User-provided description intended to give more business context about the
error catcher config.
getter/setter pair
- errorCatcherId ↔ String?
-
An error catcher id is string representation for the error catcher config.
getter/setter pair
- errorCatcherNumber ↔ String?
-
A number to uniquely identify each error catcher config within the
workflow on UI.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- label ↔ String?
-
The user created label for a particular error catcher.
getter/setter pair
- position ↔ GoogleCloudIntegrationsV1alphaCoordinate?
-
Informs the front-end application where to draw this error catcher config
on the UI.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
startErrorTasks
↔ List<
GoogleCloudIntegrationsV1alphaNextTask> ? -
The set of start tasks that are to be executed for the error catch flow
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited