Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.11 KB

File metadata and controls

20 lines (15 loc) · 1.11 KB

DetailedCourse

Properties

Name Type Description Notes
description String A short description of the course
difficulty models::CourseDifficulty The difficulty level of the course
items Vecmodels::CourseMetadataDetailedCourseItemItemsInner Items included in the course (order matters)
name String A short unique name for the course
objectives Option<Vec> A list of learning objectives for the course [optional]
prerequisites Option<Vec> A list of course slugs that are prerequisites for this course [optional]
slug String A URL-friendly unique identifier for the course
tags Option<Vec> Tags associated with the course [optional]
_id String
r#ref String

[Back to Model list] [Back to API list] [Back to README]