dataFilters property

List<DataFilter>? dataFilters
getter/setter pair

The data filters used to match the ranges of values to retrieve.

Ranges that match any of the specified data filters are included in the response.

Implementation

core.List<DataFilter>? dataFilters;