You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filter query expression. For multi-select facets selected facets must be order together
[optional]
tags
List[str]
Tags used exclude the filters from facet evaluation for multi-select facet support
[optional]
Example
fromalfresco_search_api_client.models.request_filter_queries_innerimportRequestFilterQueriesInner# TODO update the JSON string belowjson="{}"# create an instance of RequestFilterQueriesInner from a JSON stringrequest_filter_queries_inner_instance=RequestFilterQueriesInner.from_json(json)
# print the JSON string representation of the objectprintRequestFilterQueriesInner.to_json()
# convert the object into a dictrequest_filter_queries_inner_dict=request_filter_queries_inner_instance.to_dict()
# create an instance of RequestFilterQueriesInner from a dictrequest_filter_queries_inner_form_dict=request_filter_queries_inner.from_dict(request_filter_queries_inner_dict)