class documentation

class SearchResult(bb.Struct): (source)

View In Hierarchy

:ivar files.SearchResult.matches: A list (possibly empty) of matches for the query. :ivar files.SearchResult.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` again. :ivar files.SearchResult.start: Used for paging. Value to set the start argument to when calling :meth:`dropbox.dropbox_client.Dropbox.files_search` to fetch the next page of results.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable matches Undocumented
Instance Variable more Undocumented
Instance Variable start Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _matches_value Undocumented
Instance Variable _more_value Undocumented
Instance Variable _start_value Undocumented
def __init__(self, matches=None, more=None, start=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_matches_value = (source)

Undocumented

_more_value = (source)

Undocumented

_start_value = (source)

Undocumented