Interface UpdatePearsonCourseResponse

interface UpdatePearsonCourseResponse {
    pearsonCourse: PearsonCourse;
}

Hierarchy (View Summary)

Properties

Properties

pearsonCourse: PearsonCourse

The Pearson course after the update. Named for the Pearson resource rather than plainly course, so it is not mistaken for the CodeGrade course of the same context.