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