class documentation

class RemoveFileMemberArg(bb.Struct): (source)

View In Hierarchy

Arguments for :meth:`dropbox.dropbox_client.Dropbox.sharing_remove_file_member_2`. :ivar sharing.RemoveFileMemberArg.file: File from which to remove members. :ivar sharing.RemoveFileMemberArg.member: Member to remove from this file. Note that even if an email is specified, it may result in the removal of a user (not an invitee) if the user's main account corresponds to that email address.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable file Undocumented
Instance Variable member Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _file_value Undocumented
Instance Variable _member_value Undocumented
def __init__(self, file=None, member=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_file_value = (source)

Undocumented

_member_value = (source)

Undocumented