CancelTasksQuery class

Constructors

CancelTasksQuery({DateTime? beforeEnqueuedAt, DateTime? afterEnqueuedAt, DateTime? beforeStartedAt, DateTime? afterStartedAt, DateTime? beforeFinishedAt, DateTime? afterFinishedAt, List<int> uids = const [], List<String> indexUids = const [], List<String> statuses = const [], List<String> types = const []})
const

Properties

afterEnqueuedAt DateTime?
final
afterFinishedAt DateTime?
final
afterStartedAt DateTime?
final
beforeEnqueuedAt DateTime?
final
beforeFinishedAt DateTime?
final
beforeStartedAt DateTime?
final
hashCode int
The hash code for this object.
no setterinherited
indexUids List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statuses List<String>
final
types List<String>
final
uids List<int>
final

Methods

buildMap() Map<String, Object?>
For use with POST methods that can handle JSON types
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toQuery() Map<String, Object>
For use with GET methods that require queryParameters
inherited
toSparseMap() Map<String, Object>
Returns a map with only non-null and non-empty fields
inherited
toString() String
A string representation of this object.
inherited
toURIString(Object value) Object
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited