abacusai.cowork_desktop_folder

Classes

CoworkDesktopFolder

CoWork Desktop Folder

Module Contents

class abacusai.cowork_desktop_folder.CoworkDesktopFolder(client, id=None, label=None)

Bases: abacusai.return_class.AbstractApiClass

CoWork Desktop Folder

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • id (str) – Opaque workspace id chosen by the desktop (maps to a local path on the host)

  • label (str) – Human-readable folder label shown on mobile

id = None
label = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict