class documentation

class SharedFolderMetadata(SharedFolderMetadataBase): (source)

View In Hierarchy

The metadata which includes basic information about the shared folder. :ivar sharing.SharedFolderMetadata.link_metadata: The metadata of the shared content link to this shared folder. Absent if there is no link on the folder. This is for an unreleased feature so it may not be returned yet. :ivar sharing.SharedFolderMetadata.name: The name of the this shared folder. :ivar sharing.SharedFolderMetadata.permissions: Actions the current user may perform on the folder and its contents. The set of permissions corresponds to the FolderActions in the request. :ivar sharing.SharedFolderMetadata.policy: Policies governing this shared folder. :ivar sharing.SharedFolderMetadata.preview_url: URL for displaying a web preview of the shared folder. :ivar sharing.SharedFolderMetadata.shared_folder_id: The ID of the shared folder. :ivar sharing.SharedFolderMetadata.time_invited: Timestamp indicating when the current user was invited to this shared folder. :ivar sharing.SharedFolderMetadata.access_inheritance: Whether the folder inherits its members from its parent.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable access_inheritance Undocumented
Instance Variable link_metadata Undocumented
Instance Variable name Undocumented
Instance Variable permissions Undocumented
Instance Variable policy Undocumented
Instance Variable preview_url Undocumented
Instance Variable shared_folder_id Undocumented
Instance Variable time_invited Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _access_inheritance_value Undocumented
Instance Variable _link_metadata_value Undocumented
Instance Variable _name_value Undocumented
Instance Variable _permissions_value Undocumented
Instance Variable _policy_value Undocumented
Instance Variable _preview_url_value Undocumented
Instance Variable _shared_folder_id_value Undocumented
Instance Variable _time_invited_value Undocumented

Inherited from SharedFolderMetadataBase:

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
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, name=None, policy=None, preview_url=None, shared_folder_id=None, time_invited=None, owner_display_names=None, owner_team=None, parent_shared_folder_id=None, path_lower=None, parent_folder_name=None, link_metadata=None, permissions=None, access_inheritance=None): (source)
access_inheritance = (source)

Undocumented

link_metadata = (source)

Undocumented

Undocumented

permissions = (source)

Undocumented

Undocumented

preview_url = (source)

Undocumented

shared_folder_id = (source)

Undocumented

time_invited = (source)

Undocumented

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

Undocumented

_link_metadata_value = (source)

Undocumented

_name_value = (source)

Undocumented

_permissions_value = (source)

Undocumented

_policy_value = (source)

Undocumented

_preview_url_value = (source)

Undocumented

_shared_folder_id_value = (source)

Undocumented

_time_invited_value = (source)

Undocumented