:py:mod:`abacusai.web_search_response`
======================================

.. py:module:: abacusai.web_search_response


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   abacusai.web_search_response.WebSearchResponse




.. 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:method:: __repr__()

      Return repr(self).


   .. 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



