View module source on GitHub

Folder

@dataclass
class Folder()
This class represents a folder. Attributes:
NameDescription
idThe id of the folder.
nameThe name of the folder.
parent_folder_idThe id of the parent folder.
tagsThe tags of the folder.

FolderEncoder

class FolderEncoder(json.JSONEncoder)
This class represents a JSON encoder for Folder.