WorkflowExecutionCount class
Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions
Constructors
- WorkflowExecutionCount({required int count, bool? truncated})
-
WorkflowExecutionCount.fromJson(Map<
String, dynamic> json) -
factory
Properties
- count → int
-
The number of workflow executions.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- truncated → bool?
-
If set to true, indicates that the actual count was more than the maximum
supported by this API and the count returned is the truncated value.
final
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