class documentation

class FolderMetadata(Metadata): (source)

View In Hierarchy

:ivar files.FolderMetadata.id: A unique identifier for the folder. :ivar files.FolderMetadata.shared_folder_id: Please use ``sharing_info`` instead. :ivar files.FolderMetadata.sharing_info: Set if the folder is contained in a shared folder or is a shared folder mount point. :ivar files.FolderMetadata.property_groups: Additional information if the file has custom properties with the property template specified. Note that only properties associated with user-owned templates, not team-owned templates, can be attached to folders.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable id Undocumented
Instance Variable property_groups Undocumented
Instance Variable shared_folder_id Undocumented
Instance Variable sharing_info Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _id_value Undocumented
Instance Variable _property_groups_value Undocumented
Instance Variable _shared_folder_id_value Undocumented
Instance Variable _sharing_info_value 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, id=None, path_lower=None, path_display=None, parent_shared_folder_id=None, preview_url=None, shared_folder_id=None, sharing_info=None, property_groups=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

property_groups = (source)

Undocumented

shared_folder_id = (source)

Undocumented

sharing_info = (source)

Undocumented

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

Undocumented

_property_groups_value = (source)

Undocumented

_shared_folder_id_value = (source)

Undocumented

_sharing_info_value = (source)

Undocumented