cads_api_client.Results ======================= .. py:class:: cads_api_client.Results Bases: :py:obj:`ApiResponse` A class to interact with the results of a job. .. py:method:: download(target = None) Download the results. :param target: Target path. If None, download to the working directory. :type target: :class:`str` or :obj:`None` :returns: Path to the retrieved file. :rtype: :class:`str` .. py:property:: asset :type: dict[str, Any] Asset dictionary. :rtype: :class:`dict[str,Any]` .. py:property:: content_length :type: int File size in Bytes. :rtype: :class:`int` .. py:property:: content_type :type: str File MIME type. :rtype: :class:`int` .. py:property:: json :type: dict[str, Any] Content of the response. :rtype: :class:`dict[str,Any]` .. py:property:: location :type: str File location. :rtype: :class:`str` .. py:property:: url :type: str URL. :rtype: :class:`str`