class documentation

:ivar team.MembersRemoveArg.transfer_dest_id: If provided, files from the deleted member account will be transferred to this user. :ivar team.MembersRemoveArg.transfer_admin_id: If provided, errors during the transfer process will be sent via email to this user. If the transfer_dest_id argument was provided, then this argument must be provided as well. :ivar team.MembersRemoveArg.keep_account: Downgrade the member to a Basic account. The user will retain the email address associated with their Dropbox account and data in their account that is not restricted to team members. In order to keep the account the argument ``wipe_data`` should be set to ``False``. :ivar team.MembersRemoveArg.retain_team_shares: If provided, allows removed users to keep access to Dropbox folders (not Dropbox Paper folders) already explicitly shared with them (not via a group) when they are downgraded to a Basic account. Users will not retain access to folders that do not allow external sharing. In order to keep the sharing relationships, the arguments ``wipe_data`` should be set to ``False`` and ``keep_account`` should be set to ``True``.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable keep_account Undocumented
Instance Variable retain_team_shares Undocumented
Instance Variable transfer_admin_id Undocumented
Instance Variable transfer_dest_id Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _keep_account_value Undocumented
Instance Variable _retain_team_shares_value Undocumented
Instance Variable _transfer_admin_id_value Undocumented
Instance Variable _transfer_dest_id_value Undocumented

Inherited from MembersDeactivateArg:

Instance Variable wipe_data Undocumented
Instance Variable _wipe_data_value Undocumented

Inherited from MembersDeactivateBaseArg (via MembersDeactivateArg):

Instance Variable user Undocumented
Instance Variable _user_value Undocumented
def __init__(self, user=None, wipe_data=None, transfer_dest_id=None, transfer_admin_id=None, keep_account=None, retain_team_shares=None): (source)
keep_account = (source)

Undocumented

retain_team_shares = (source)

Undocumented

transfer_admin_id = (source)

Undocumented

transfer_dest_id = (source)

Undocumented

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

Undocumented

_retain_team_shares_value = (source)

Undocumented

_transfer_admin_id_value = (source)

Undocumented

_transfer_dest_id_value = (source)

Undocumented