class documentation

class SharedFolderMetadataBase(bb.Struct): (source)

Known subclasses: dropbox.sharing.SharedFolderMetadata

View In Hierarchy

Properties of the shared folder. :ivar sharing.SharedFolderMetadataBase.access_type: The current user's access level for this shared folder. :ivar sharing.SharedFolderMetadataBase.is_inside_team_folder: Whether this folder is inside of a team folder. :ivar sharing.SharedFolderMetadataBase.is_team_folder: Whether this folder is a `team folder <https://www.dropbox.com/en/help/986>`_. :ivar sharing.SharedFolderMetadataBase.owner_display_names: The display names of the users that own the folder. If the folder is part of a team folder, the display names of the team admins are also included. Absent if the owner display names cannot be fetched. :ivar sharing.SharedFolderMetadataBase.owner_team: The team that owns the folder. This field is not present if the folder is not owned by a team. :ivar sharing.SharedFolderMetadataBase.parent_shared_folder_id: The ID of the parent shared folder. This field is present only if the folder is contained within another shared folder. :ivar sharing.SharedFolderMetadataBase.path_lower: The lower-cased full path of this shared folder. Absent for unmounted folders. :ivar sharing.SharedFolderMetadataBase.parent_folder_name: Display name for the parent folder.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable access_type Undocumented
Instance Variable is_inside_team_folder Undocumented
Instance Variable is_team_folder Undocumented
Instance Variable owner_display_names Undocumented
Instance Variable owner_team Undocumented
Instance Variable parent_folder_name Undocumented
Instance Variable parent_shared_folder_id Undocumented
Instance Variable path_lower Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _access_type_value Undocumented
Instance Variable _is_inside_team_folder_value Undocumented
Instance Variable _is_team_folder_value Undocumented
Instance Variable _owner_display_names_value Undocumented
Instance Variable _owner_team_value Undocumented
Instance Variable _parent_folder_name_value Undocumented
Instance Variable _parent_shared_folder_id_value Undocumented
Instance Variable _path_lower_value Undocumented
def __init__(self, access_type=None, is_inside_team_folder=None, is_team_folder=None, owner_display_names=None, owner_team=None, parent_shared_folder_id=None, path_lower=None, parent_folder_name=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

access_type = (source)

Undocumented

is_inside_team_folder = (source)

Undocumented

is_team_folder = (source)

Undocumented

owner_display_names = (source)

Undocumented

owner_team = (source)

Undocumented

parent_folder_name = (source)

Undocumented

parent_shared_folder_id = (source)

Undocumented

path_lower = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_access_type_value = (source)

Undocumented

_is_inside_team_folder_value = (source)

Undocumented

_is_team_folder_value = (source)

Undocumented

_owner_display_names_value = (source)

Undocumented

_owner_team_value = (source)

Undocumented

_parent_folder_name_value = (source)

Undocumented

_parent_shared_folder_id_value = (source)

Undocumented

_path_lower_value = (source)

Undocumented