class documentation

class ListUsersOnPaperDocContinueArgs(RefPaperDoc): (source)

View In Hierarchy

:ivar paper.ListUsersOnPaperDocContinueArgs.cursor: The cursor obtained from :meth:`dropbox.dropbox_client.Dropbox.paper_docs_users_list` or :meth:`dropbox.dropbox_client.Dropbox.paper_docs_users_list_continue`. Allows for pagination.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable cursor Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _cursor_value Undocumented

Inherited from RefPaperDoc:

Instance Variable doc_id Undocumented
Instance Variable _doc_id_value Undocumented
def __init__(self, doc_id=None, cursor=None): (source)

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_cursor_value = (source)

Undocumented