BaseDirectory#

class BaseDirectory[source]#

The base JSON representation of a directory.

type: Literal['directory']#

This is a directory

id: str#

The id of the directory, this can be used to retrieve it later on.

name: str#

The name of the directory, this does not include the name of any parents.