ExtendedCourseSection#

class ExtendedCourseSection[source]#

Extended JSON representation of a course section.

members: Optional[Sequence[User]]#

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: Optional[int]#

The number of members of this section.

member_ids: Optional[Sequence[int]]#

The ids of the members in the section.