class documentation

class MembersAddV2Arg(MembersAddArgBase): (source)

View In Hierarchy

:ivar team.MembersAddV2Arg.new_members: Details of new members to be added to the team.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable new_members Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _new_members_value Undocumented

Inherited from MembersAddArgBase:

Instance Variable force_async Undocumented
Instance Variable _force_async_value Undocumented
def __init__(self, new_members=None, force_async=None): (source)
new_members = (source)

Undocumented

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

Undocumented