class documentation

class SearchMatchV2(bb.Struct): (source)

View In Hierarchy

:ivar files.SearchMatchV2.metadata: The metadata for the matched file or folder. :ivar files.SearchMatchV2.match_type: The type of the match. :ivar files.SearchMatchV2.highlight_spans: The list of HighlightSpan determines which parts of the file title should be highlighted.

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

Undocumented

__slots__: list[str] = (source)

Undocumented

highlight_spans = (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

_highlight_spans_value = (source)

Undocumented

_match_type_value = (source)

Undocumented

_metadata_value = (source)

Undocumented