WorkflowExecutionInfos class
Contains a paginated list of information about workflow executions.
Constructors
-
WorkflowExecutionInfos({required List<
WorkflowExecutionInfo> executionInfos, String? nextPageToken}) -
WorkflowExecutionInfos.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
executionInfos
→ List<
WorkflowExecutionInfo> -
The list of workflow information structures.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextPageToken → String?
-
If a
NextPageToken
was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token innextPageToken
. Keep all other arguments unchanged.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited