class documentation

The metadata of a shared link. :ivar sharing.SharedLinkMetadata.url: URL of the shared link. :ivar sharing.SharedLinkMetadata.id: A unique identifier for the linked file. :ivar sharing.SharedLinkMetadata.name: The linked file name (including extension). This never contains a slash. :ivar sharing.SharedLinkMetadata.expires: Expiration time, if set. By default the link won't expire. :ivar sharing.SharedLinkMetadata.path_lower: The lowercased full path in the user's Dropbox. This always starts with a slash. This field will only be present only if the linked file is in the authenticated user's dropbox. :ivar sharing.SharedLinkMetadata.link_permissions: The link's access permissions. :ivar sharing.SharedLinkMetadata.team_member_info: The team membership information of the link's owner. This field will only be present if the link's owner is a team member. :ivar sharing.SharedLinkMetadata.content_owner_team_info: The team information of the content's owner. This field will only be present if the content's owner is a team member and the content's owner team is different from the link's owner team.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable content_owner_team_info Undocumented
Instance Variable expires Undocumented
Instance Variable id Undocumented
Instance Variable link_permissions Undocumented
Instance Variable name Undocumented
Instance Variable path_lower Undocumented
Instance Variable team_member_info Undocumented
Instance Variable url Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _content_owner_team_info_value Undocumented
Instance Variable _expires_value Undocumented
Instance Variable _id_value Undocumented
Instance Variable _link_permissions_value Undocumented
Instance Variable _name_value Undocumented
Instance Variable _path_lower_value Undocumented
Instance Variable _team_member_info_value Undocumented
Instance Variable _url_value Undocumented
def __init__(self, url=None, name=None, link_permissions=None, id=None, expires=None, path_lower=None, team_member_info=None, content_owner_team_info=None): (source)
content_owner_team_info = (source)

Undocumented

Undocumented

Undocumented

link_permissions = (source)

Undocumented

Undocumented

path_lower = (source)

Undocumented

team_member_info = (source)

Undocumented

Undocumented

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

Undocumented

_expires_value = (source)

Undocumented

_id_value = (source)

Undocumented

_link_permissions_value = (source)

Undocumented

_name_value = (source)

Undocumented

_path_lower_value = (source)

Undocumented

_team_member_info_value = (source)

Undocumented

_url_value = (source)

Undocumented