Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.07 KB

File metadata and controls

18 lines (13 loc) · 1.07 KB

CourseMetadataCourseItemString

Properties

Name Type Description Notes
description String A short description of the course
difficulty models::CourseDifficulty The difficulty level of the course
items Vecmodels::CourseMetadataCourseItemStringItemsInner 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]

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