class documentation

class ListPaperDocsResponse(bb.Struct): (source)

View In Hierarchy

:ivar paper.ListPaperDocsResponse.doc_ids: The list of Paper doc IDs that can be used to access the given Paper docs or supplied to other API methods. The list is sorted in the order specified by the initial call to :meth:`dropbox.dropbox_client.Dropbox.paper_docs_list`. :ivar paper.ListPaperDocsResponse.cursor: Pass the cursor into :meth:`dropbox.dropbox_client.Dropbox.paper_docs_list_continue` to paginate through all files. The cursor preserves all properties as specified in the original call to :meth:`dropbox.dropbox_client.Dropbox.paper_docs_list`. :ivar paper.ListPaperDocsResponse.has_more: Will be set to True if a subsequent call with the provided cursor to :meth:`dropbox.dropbox_client.Dropbox.paper_docs_list_continue` returns immediately with some results. If set to False please allow some delay before making another call to :meth:`dropbox.dropbox_client.Dropbox.paper_docs_list_continue`.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable cursor Undocumented
Instance Variable doc_ids Undocumented
Instance Variable has_more Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _cursor_value Undocumented
Instance Variable _doc_ids_value Undocumented
Instance Variable _has_more_value Undocumented
def __init__(self, doc_ids=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

_doc_ids_value = (source)

Undocumented

_has_more_value = (source)

Undocumented