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] |