Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.26 KB

Course.md

File metadata and controls

19 lines (15 loc) · 1.26 KB

Course

Properties

Name Type Description Notes
id int The course ID. [optional]
name string The course name. [optional]
description string A description of the course. [optional]
notes string 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 \Swagger\Client\Model\Location Contains information about the location. [optional]
organizer \Swagger\Client\Model\Staff Contains information about the staff member in charge of organizing the event. [optional]
program \Swagger\Client\Model\Program Contains information about the service category to which the course belongs. [optional]
image_url string The URL of the image associated with this course, if one exists. [optional]

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