GroupSet# class GroupSet[source]# The way this class will be represented in JSON. id: int# The id of this group set. minimum_size: int# The minimum size a group should be before it can submit work. maximum_size: int# The maximum size a group can be. assignment_ids: Sequence[int]# The ids of the assignments connected to this group set.