class documentation

class PropertiesSearchMatch(bb.Struct): (source)

View In Hierarchy

:ivar file_properties.PropertiesSearchMatch.id: The ID for the matched file or folder. :ivar file_properties.PropertiesSearchMatch.path: The path for the matched file or folder. :ivar file_properties.PropertiesSearchMatch.is_deleted: Whether the file or folder is deleted. :ivar file_properties.PropertiesSearchMatch.property_groups: List of custom property groups associated with the file.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable id Undocumented
Instance Variable is_deleted Undocumented
Instance Variable path Undocumented
Instance Variable property_groups Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _id_value Undocumented
Instance Variable _is_deleted_value Undocumented
Instance Variable _path_value Undocumented
Instance Variable _property_groups_value Undocumented
def __init__(self, id=None, path=None, is_deleted=None, property_groups=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

is_deleted = (source)

Undocumented

Undocumented

property_groups = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_id_value = (source)

Undocumented

_is_deleted_value = (source)

Undocumented

_path_value = (source)

Undocumented

_property_groups_value = (source)

Undocumented