gradingPeriodId property
Identifier of the grading period associated with the coursework.
- At creation, if unspecified, the grading period ID will be set based on
the
dueDate
(orscheduledTime
if nodueDate
is set). * To indicate no association to any grading period, set this field to an empty string (""). * If specified, it must match an existing grading period ID in the course.
Implementation
core.String? gradingPeriodId;