exclusionFilters property

List<ResourceSelector>? exclusionFilters
getter/setter pair

Excludes resources from restoration.

If specified, a resource will not be restored if it matches any ResourceSelector of the exclusion_filters.

Optional.

Implementation

core.List<ResourceSelector>? exclusionFilters;