gradingPeriods property

List<GradingPeriod>? gradingPeriods
getter/setter pair

The list of grading periods in a specific course.

Grading periods must not have overlapping date ranges and must be listed in chronological order. Each grading period must have a unique title within a course.

Implementation

core.List<GradingPeriod>? gradingPeriods;