inclusionFilters property

List<ResourceSelector>? inclusionFilters
getter/setter pair

Selects resources for restoration.

If specified, only resources which match inclusion_filters will be selected for restoration. A resource will be selected if it matches any ResourceSelector of the inclusion_filters.

Optional.

Implementation

core.List<ResourceSelector>? inclusionFilters;