Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.15 KB

Course.md

File metadata and controls

19 lines (15 loc) · 1.15 KB

Course

Properties

Name Type Description Notes
id int The course ID. [optional]
name str The course name. [optional]
description str A description of the course. [optional]
notes str Any notes that have been written about the course. [optional]
start_date datetime Date and time that the course starts. [optional]
end_date datetime Date and time that the course ends. [optional]
location Location Contains information about the location. [optional]
organizer Staff Contains information about the staff member in charge of organizing the event. [optional]
program Program Contains information about the service category to which the course belongs. [optional]
image_url str The URL of the image associated with this course, if one exists. [optional]

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