class documentation

class LinkSettings(bb.Struct): (source)

View In Hierarchy

Settings that apply to a link. :ivar sharing.LinkSettings.access_level: The access level on the link for this file. Currently, it only accepts 'viewer' and 'viewer_no_comment'. :ivar sharing.LinkSettings.audience: The type of audience on the link for this file. :ivar sharing.LinkSettings.expiry: An expiry timestamp to set on a link. :ivar sharing.LinkSettings.password: The password for the link.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable access_level Undocumented
Instance Variable audience Undocumented
Instance Variable expiry Undocumented
Instance Variable password Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _access_level_value Undocumented
Instance Variable _audience_value Undocumented
Instance Variable _expiry_value Undocumented
Instance Variable _password_value Undocumented
def __init__(self, access_level=None, audience=None, expiry=None, password=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

access_level = (source)

Undocumented

audience = (source)

Undocumented

Undocumented

password = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_access_level_value = (source)

Undocumented

_audience_value = (source)

Undocumented

_expiry_value = (source)

Undocumented

_password_value = (source)

Undocumented