CreateGroupGroupSetData# class CreateGroupGroupSetData[source]# Input data required for the GroupSet::CreateGroup operation. member_ids: Sequence[int]# A list of user ids of users that should be the initial members of the group. This may be an empty list. name: Union[Just[str], _Nothing[str]] = Nothing# The name of the group. This key is optional and a random ‘funny’ name will be generated when not given.