.. _response:

.. currentmodule:: tweepy

``Response``
============
.. autoclass:: Response
   :class-doc-from: class

   A :func:`collections.namedtuple`, with ``data``, ``includes``, ``errors``,
   and ``meta`` fields, corresponding with the fields in responses from
   Twitter's API.

   .. versionadded:: 4.0
