CourseSection

class CourseSection[source]

JSON representation of a course section.

id: str

The id of this section.

name: str

The name of this section.

course_id: int

The id of the course this section is connected to.

member_count: int | None

The number of members of this section.

member_ids: Sequence[int] | None

The ids of the members in the section.