class documentation

class MembersRecoverArg(bb.Struct): (source)

View In Hierarchy

Exactly one of team_member_id, email, or external_id must be provided to identify the user account. :ivar team.MembersRecoverArg.user: Identity of user to recover.

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
def __init__(self, user=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

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

Undocumented

_has_required_fields: bool = (source)

Undocumented

_user_value = (source)

Undocumented