class documentation

class GroupMembersSetAccessTypeArg(GroupMemberSelector): (source)

View In Hierarchy

:ivar team.GroupMembersSetAccessTypeArg.access_type: New group access type the user will have. :ivar team.GroupMembersSetAccessTypeArg.return_members: Whether to return the list of members in the group. Note that the default value will cause all the group members to be returned in the response. This may take a long time for large groups.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable access_type Undocumented
Instance Variable return_members Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _access_type_value Undocumented
Instance Variable _return_members_value Undocumented

Inherited from GroupMemberSelector:

Instance Variable group Undocumented
Instance Variable user Undocumented
Instance Variable _group_value Undocumented
Instance Variable _user_value Undocumented
def __init__(self, group=None, user=None, access_type=None, return_members=None): (source)
access_type = (source)

Undocumented

return_members = (source)

Undocumented

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

Undocumented

_return_members_value = (source)

Undocumented