abacusai.cowork_desktop_folder ============================== .. py:module:: abacusai.cowork_desktop_folder Classes ------- .. autoapisummary:: abacusai.cowork_desktop_folder.CoworkDesktopFolder Module Contents --------------- .. py:class:: CoworkDesktopFolder(client, id=None, label=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` CoWork Desktop Folder :param client: An authenticated API Client instance :type client: ApiClient :param id: Opaque workspace id chosen by the desktop (maps to a local path on the host) :type id: str :param label: Human-readable folder label shown on mobile :type label: str .. py:attribute:: id :value: None .. py:attribute:: label :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict