class documentation

class SearchV2Result(bb.Struct): (source)

View In Hierarchy

:ivar files.SearchV2Result.matches: A list (possibly empty) of matches for the query. :ivar files.SearchV2Result.has_more: Used for paging. If true, indicates there is another page of results available that can be fetched by calling :meth:`dropbox.dropbox_client.Dropbox.files_search_continue` with the cursor. :ivar files.SearchV2Result.cursor: Pass the cursor into :meth:`dropbox.dropbox_client.Dropbox.files_search_continue` to fetch the next page of results.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable cursor Undocumented
Instance Variable has_more Undocumented
Instance Variable matches 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 _matches_value Undocumented
def __init__(self, matches=None, has_more=None, cursor=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

has_more = (source)

Undocumented

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

_matches_value = (source)

Undocumented