class documentation

class DeletedMetadata(Metadata): (source)

View In Hierarchy

Indicates that there used to be a file or folder at this path, but it no longer exists.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented

Inherited from Metadata:

Instance Variable name Undocumented
Instance Variable parent_shared_folder_id Undocumented
Instance Variable path_display Undocumented
Instance Variable path_lower Undocumented
Instance Variable preview_url Undocumented
Instance Variable _name_value Undocumented
Instance Variable _parent_shared_folder_id_value Undocumented
Instance Variable _path_display_value Undocumented
Instance Variable _path_lower_value Undocumented
Instance Variable _preview_url_value Undocumented
def __init__(self, name=None, path_lower=None, path_display=None, parent_shared_folder_id=None, preview_url=None): (source)

Undocumented

__slots__: list = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)