abacusai.web_search_response ============================ .. py:module:: abacusai.web_search_response Classes ------- .. autoapisummary:: abacusai.web_search_response.WebSearchResponse Module Contents --------------- .. py:class:: WebSearchResponse(client, searchResults={}) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Result of running a web search with optional content fetching. :param client: An authenticated API Client instance :type client: ApiClient :param searchResults: List of search results. :type searchResults: WebSearchResult .. py:attribute:: search_results .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict