Filter class

Defines the filter for Restore.

This filter can be used to further refine the resource selection of the Restore beyond the coarse-grained scope defined in the RestorePlan. exclusion_filters take precedence over inclusion_filters. If a resource matches both inclusion_filters and exclusion_filters, it will not be restored.

Constructors

Filter({List<ResourceSelector>? exclusionFilters, List<ResourceSelector>? inclusionFilters})
Filter.fromJson(Map json_)

Properties

exclusionFilters List<ResourceSelector>?
Excludes resources from restoration.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inclusionFilters List<ResourceSelector>?
Selects resources for restoration.
getter/setter pair
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