dataFilters property

List<DataFilter>? dataFilters
getter/setter pair

The data filters describing the criteria used to determine which DeveloperMetadata entries to return.

DeveloperMetadata matching any of the specified filters are included in the response.

Implementation

core.List<DataFilter>? dataFilters;