# FlatApi.ClassDetailsClever

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Clever section unique identifier | [optional] 
**creationDate** | **Date** | The creation date of the section on clever | [optional] 
**modificationDate** | **Date** | The last modification date of the section on clever | [optional] 
**subject** | **String** | Normalized subject of the course | [optional] 
**termName** | **String** | Name of the term when this course happens | [optional] 
**termStartDate** | **Date** | Beginning date of the term | [optional] 
**termEndDate** | **Date** | End date of the term | [optional] 


<a name="SubjectEnum"></a>
## Enum: SubjectEnum


* `english/language arts` (value: `"english/language arts"`)

* `math` (value: `"math"`)

* `science` (value: `"science"`)

* `social studies` (value: `"social studies"`)

* `language` (value: `"language"`)

* `homeroom/advisory` (value: `"homeroom/advisory"`)

* `interventions/online learning` (value: `"interventions/online learning"`)

* `technology and engineering` (value: `"technology and engineering"`)

* `PE and health` (value: `"PE and health"`)

* `arts and music` (value: `"arts and music"`)

* `other` (value: `"other"`)




