ExecutionTimeFilter class
Used to filter the workflow executions in visibility APIs by various
time-based rules. Each parameter, if specified, defines a rule that must be
satisfied by each returned query result. The parameter values are in the Unix Time format. For
example: "oldestDate": 1325376070.
Constructors
- ExecutionTimeFilter({required DateTime oldestDate, DateTime? latestDate})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- latestDate → DateTime?
-
Specifies the latest start or close date and time to return.
final
- oldestDate → DateTime
-
Specifies the oldest start or close date and time to return.
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
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited