class documentation

class MembersDeactivateBaseArg(bb.Struct): (source)

Known subclasses: dropbox.team.MembersDataTransferArg, dropbox.team.MembersDeactivateArg

View In Hierarchy

Exactly one of team_member_id, email, or external_id must be provided to identify the user account. :ivar team.MembersDeactivateBaseArg.user: Identity of user to remove/suspend/have their files moved.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable user Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _user_value Undocumented

Undocumented

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

Undocumented