DataRepositoryTaskFilter class
(Optional) An array of filter objects you can use to filter the response of
data repository tasks you will see in the the response. You can filter the
tasks returned in the response by one or more file system IDs, task
lifecycles, and by task type. A filter object consists of a filter
Name
, and one or more Values
for the filter.
Constructors
-
DataRepositoryTaskFilter({DataRepositoryTaskFilterName? name, List<
String> ? values})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → DataRepositoryTaskFilterName?
-
Name of the task property to use in filtering the tasks returned in the
response.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
values
→ List<
String> ? -
Use Values to include the specific file system IDs and task lifecycle states
for the filters you are using.
final
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