pathFilters property

List<PathFilter>? pathFilters
getter/setter pair

Path Filters.

There is a limit of 100 path filters that can be set per report.

Implementation

core.List<PathFilter>? pathFilters;