class documentation

:ivar sharing.SharedContentLinkMetadataBase.access_level: The access level on the link for this file. :ivar sharing.SharedContentLinkMetadataBase.audience_options: The audience options that are available for the content. Some audience options may be unavailable. For example, team_only may be unavailable if the content is not owned by a user on a team. The 'default' audience option is always available if the user can modify link settings. :ivar sharing.SharedContentLinkMetadataBase.audience_restricting_shared_folder: The shared folder that prevents the link audience for this link from being more restrictive. :ivar sharing.SharedContentLinkMetadataBase.current_audience: The current audience of the link. :ivar sharing.SharedContentLinkMetadataBase.expiry: Whether the link has an expiry set on it. A link with an expiry will have its audience changed to members when the expiry is reached. :ivar sharing.SharedContentLinkMetadataBase.link_permissions: A list of permissions for actions you can perform on the link. :ivar sharing.SharedContentLinkMetadataBase.password_protected: Whether the link is protected by a password.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
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
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields 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, access_level=None, audience_restricting_shared_folder=None, expiry=None): (source)
access_level = (source)

Undocumented

audience_options = (source)

Undocumented

audience_restricting_shared_folder = (source)

Undocumented

current_audience = (source)

Undocumented

Undocumented

link_permissions = (source)

Undocumented

password_protected = (source)

Undocumented

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

Undocumented

_audience_options_value = (source)

Undocumented

_audience_restricting_shared_folder_value = (source)

Undocumented

_current_audience_value = (source)

Undocumented

_expiry_value = (source)

Undocumented

_link_permissions_value = (source)

Undocumented

_password_protected_value = (source)

Undocumented