class documentation

class AddFolderMemberArg(bb.Struct): (source)

View In Hierarchy

:ivar sharing.AddFolderMemberArg.shared_folder_id: The ID for the shared folder. :ivar sharing.AddFolderMemberArg.members: The intended list of members to add. Added members will receive invites to join the shared folder. :ivar sharing.AddFolderMemberArg.quiet: Whether added members should be notified via email and device notifications of their invite. :ivar sharing.AddFolderMemberArg.custom_message: Optional message to display to added members in their invitation.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable custom_message Undocumented
Instance Variable members Undocumented
Instance Variable quiet Undocumented
Instance Variable shared_folder_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _custom_message_value Undocumented
Instance Variable _members_value Undocumented
Instance Variable _quiet_value Undocumented
Instance Variable _shared_folder_id_value Undocumented
def __init__(self, shared_folder_id=None, members=None, quiet=None, custom_message=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

custom_message = (source)

Undocumented

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

_custom_message_value = (source)

Undocumented

_members_value = (source)

Undocumented

_quiet_value = (source)

Undocumented

_shared_folder_id_value = (source)

Undocumented