filters property

SearchFilterCollection? filters
final

Filter set that will be requested. Please note that the full set of filters that can be applied can only be obtained after the primary request. If you pass an invalid filter to the primary request (for example, "pharmacy with swimming pool"), the behavior is undefined. That is the search can either ignore an invalid filter or return an empty response.

Implementation

final search_filter_collection.SearchFilterCollection? filters;