ger for iterating through ``list_models`` requests.

This class thinly wraps an initial
:class:`google.ai.generativelanguage_v1beta2.types.ListModelsResponse` object, and
provides an ``__iter__`` method to iterate through its
``models`` field.

If there are more pages, the ``__iter__`` method will make additional
``ListModels`` requests and continue to iterate
through the ``models`` field on the
corresponding responses.

All the usual :class:`google.ai.generativelanguage_v1beta2.types.ListModelsResponse`
attributes are available on the pager. If multiple requests are made, only
the most recent response is retained, and thus used for attribute lookup.
©