ExtendedGroup# class ExtendedGroup[source]# The group as extended JSON. virtual_user: BaseUser# The virtual user connected to this course. It will not contain the group key as this would lead to an infinite recursion. id: int# The id of this group. members: Sequence[NormalUser]# The members of this group. name: str# The name of this group. group_set_id: int# The id of the group set that this group is connected to. created_at: datetime# The datetime this group was created.