datastores.Collections ====================== .. py:class:: datastores.Collections Bases: :py:obj:`ecmwf.datastores.processing.ApiResponsePaginated` A class to interact with catalogue collections. .. py:property:: collection_ids :type: list[str] List of collection IDs. .. py:property:: json :type: Any Content of the response. .. py:property:: next :type: Self | None Next page. .. py:property:: prev :type: Self | None Previous page. .. py:property:: url :type: str URL.