class documentation

class TeamFolderListResult(bb.Struct): (source)

View In Hierarchy

Result for :meth:`dropbox.dropbox_client.Dropbox.team_team_folder_list` and :meth:`dropbox.dropbox_client.Dropbox.team_team_folder_list_continue`. :ivar team.TeamFolderListResult.team_folders: List of all team folders in the authenticated team. :ivar team.TeamFolderListResult.cursor: Pass the cursor into :meth:`dropbox.dropbox_client.Dropbox.team_team_folder_list_continue` to obtain additional team folders. :ivar team.TeamFolderListResult.has_more: Is true if there are additional team folders that have not been returned yet. An additional call to :meth:`dropbox.dropbox_client.Dropbox.team_team_folder_list_continue` can retrieve them.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable cursor Undocumented
Instance Variable has_more Undocumented
Instance Variable team_folders Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _cursor_value Undocumented
Instance Variable _has_more_value Undocumented
Instance Variable _team_folders_value Undocumented
def __init__(self, team_folders=None, cursor=None, has_more=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

has_more = (source)

Undocumented

team_folders = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_cursor_value = (source)

Undocumented

_has_more_value = (source)

Undocumented

_team_folders_value = (source)

Undocumented