class documentation

class ListFolderLongpollResult(bb.Struct): (source)

View In Hierarchy

:ivar files.ListFolderLongpollResult.changes: Indicates whether new changes are available. If true, call :meth:`dropbox.dropbox_client.Dropbox.files_list_folder_continue` to retrieve the changes. :ivar files.ListFolderLongpollResult.backoff: If present, backoff for at least this many seconds before calling :meth:`dropbox.dropbox_client.Dropbox.files_list_folder_longpoll` again.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable backoff Undocumented
Instance Variable changes Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _backoff_value Undocumented
Instance Variable _changes_value Undocumented
def __init__(self, changes=None, backoff=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_backoff_value = (source)

Undocumented

_changes_value = (source)

Undocumented