class documentation

class ListFolderResult(bb.Struct): (source)

View In Hierarchy

:ivar files.ListFolderResult.entries: The files and (direct) subfolders in the folder. :ivar files.ListFolderResult.cursor: Pass the cursor into :meth:`dropbox.dropbox_client.Dropbox.files_list_folder_continue` to see what's changed in the folder since your previous query. :ivar files.ListFolderResult.has_more: If true, then there are more entries available. Pass the cursor to :meth:`dropbox.dropbox_client.Dropbox.files_list_folder_continue` to retrieve the rest.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

has_more = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_cursor_value = (source)

Undocumented

_entries_value = (source)

Undocumented

_has_more_value = (source)

Undocumented