GoogleCloudIntegrationsV1alphaNextTask class
The task that is next in line to be executed, if the condition specified evaluated to true.
Constructors
- GoogleCloudIntegrationsV1alphaNextTask({String? condition, String? description, String? displayName, String? taskConfigId, String? taskId})
- GoogleCloudIntegrationsV1alphaNextTask.fromJson(Map json_)
Properties
- condition ↔ String?
-
Standard filter expression for this task to become an eligible next task.
getter/setter pair
- description ↔ String?
-
User-provided description intended to give additional business context
about the task.
getter/setter pair
- displayName ↔ String?
-
User-provided label that is attached to this edge in the UI.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taskConfigId ↔ String?
-
ID of the next task.
getter/setter pair
- taskId ↔ String?
-
Task number of the next task.
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