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