class documentation

class UpdateFolderMemberArg(bb.Struct): (source)

View In Hierarchy

:ivar sharing.UpdateFolderMemberArg.shared_folder_id: The ID for the shared folder. :ivar sharing.UpdateFolderMemberArg.member: The member of the shared folder to update. Only the ``MemberSelector.dropbox_id`` may be set at this time. :ivar sharing.UpdateFolderMemberArg.access_level: The new access level for ``member``. ``AccessLevel.owner`` is disallowed.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable access_level Undocumented
Instance Variable member Undocumented
Instance Variable shared_folder_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _access_level_value Undocumented
Instance Variable _member_value Undocumented
Instance Variable _shared_folder_id_value Undocumented
def __init__(self, shared_folder_id=None, member=None, access_level=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

access_level = (source)

Undocumented

Undocumented

shared_folder_id = (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

_member_value = (source)

Undocumented

_shared_folder_id_value = (source)

Undocumented