class documentation

class SearchMatch(bb.Struct): (source)

View In Hierarchy

:ivar files.SearchMatch.match_type: The type of the match. :ivar files.SearchMatch.metadata: The metadata for the matched file or folder.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable match_type Undocumented
Instance Variable metadata Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _match_type_value Undocumented
Instance Variable _metadata_value Undocumented
def __init__(self, match_type=None, metadata=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

match_type = (source)

Undocumented

metadata = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_match_type_value = (source)

Undocumented

_metadata_value = (source)

Undocumented