class documentation

class SharedLinkSettingsRemovePasswordDetails(bb.Struct): (source)

View In Hierarchy

Removed the password from the shared link. :ivar team_log.SharedLinkSettingsRemovePasswordDetails.shared_content_access_level: Shared content access level. :ivar team_log.SharedLinkSettingsRemovePasswordDetails.shared_content_link: Shared content link.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable shared_content_access_level Undocumented
Instance Variable shared_content_link Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _shared_content_access_level_value Undocumented
Instance Variable _shared_content_link_value Undocumented
def __init__(self, shared_content_access_level=None, shared_content_link=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

shared_content_access_level = (source)

Undocumented

shared_content_link = (source)

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_shared_content_access_level_value = (source)

Undocumented

_shared_content_link_value = (source)

Undocumented