class documentation

class SharedContentLinkMetadata(SharedContentLinkMetadataBase): (source)

View In Hierarchy

Metadata of a shared link for a file or folder. :ivar sharing.SharedContentLinkMetadata.audience_exceptions: The content inside this folder with link audience different than this folder's. This is only returned when an endpoint that returns metadata for a single shared folder is called, e.g. /get_folder_metadata. :ivar sharing.SharedContentLinkMetadata.url: The URL of the link.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable audience_exceptions Undocumented
Instance Variable url Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _audience_exceptions_value Undocumented
Instance Variable _url_value Undocumented

Inherited from SharedContentLinkMetadataBase:

Instance Variable access_level Undocumented
Instance Variable audience_options Undocumented
Instance Variable audience_restricting_shared_folder Undocumented
Instance Variable current_audience Undocumented
Instance Variable expiry Undocumented
Instance Variable link_permissions Undocumented
Instance Variable password_protected Undocumented
Instance Variable _access_level_value Undocumented
Instance Variable _audience_options_value Undocumented
Instance Variable _audience_restricting_shared_folder_value Undocumented
Instance Variable _current_audience_value Undocumented
Instance Variable _expiry_value Undocumented
Instance Variable _link_permissions_value Undocumented
Instance Variable _password_protected_value Undocumented
def __init__(self, audience_options=None, current_audience=None, link_permissions=None, password_protected=None, url=None, access_level=None, audience_restricting_shared_folder=None, expiry=None, audience_exceptions=None): (source)
audience_exceptions = (source)

Undocumented

Undocumented

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

Undocumented

_url_value = (source)

Undocumented