ExtendedCourseSection¶ class ExtendedCourseSection[source]¶ Extended JSON representation of a course section. members: Sequence[NormalUser | GroupUser] | None¶ The members of this 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.