| Name |
Type |
Description |
Notes |
| id |
String |
The unique identifier of the class |
|
| state |
ClassState |
|
[optional] |
| name |
String |
The name of the class |
[optional] |
| section |
String |
The section of the class |
[optional] |
| description |
String |
An optionnal description for this class |
[optional] |
| organization |
String |
The unique identifier of the Organization owning this class |
[optional] |
| owner |
String |
The unique identifier of the User owning this class |
[optional] |
| creation_date |
Time |
The date when the class was create |
[optional] |
| enrollment_code |
String |
[Teachers only] The enrollment code that can be used by the students to join the class |
[optional] |
| theme |
String |
The theme identifier using in Flat User Interface |
[optional] |
| assignments_count |
Float |
The number of assignments created in the class |
[optional] |
| students_group |
GroupDetails |
|
[optional] |
| teachers_group |
GroupDetails |
|
[optional] |
| issues |
ClassDetailsIssues |
|
[optional] |
| google_classroom |
ClassDetailsGoogleClassroom |
|
[optional] |
| google_drive |
ClassDetailsGoogleDrive |
|
[optional] |
| microsoft_graph |
ClassDetailsMicrosoftGraph |
|
[optional] |
| lti |
ClassDetailsLti |
|
[optional] |
| canvas |
ClassDetailsCanvas |
|
[optional] |
| mfc |
ClassDetailsMfc |
|
[optional] |
| clever |
ClassDetailsClever |
|
[optional] |
| level |
ClassGradeLevel |
|
[optional] |
| skills_focused |
Array<String> |
Specific skills that will be focused in classroom |
[optional] |
| size |
Float |
Number of students in the classroom |
[optional] |
require 'flat_api'
instance = FlatApi::ClassDetails.new(
id: null,
state: null,
name: null,
section: null,
description: null,
organization: null,
owner: null,
creation_date: null,
enrollment_code: null,
theme: null,
assignments_count: null,
students_group: null,
teachers_group: null,
issues: null,
google_classroom: null,
google_drive: null,
microsoft_graph: null,
lti: null,
canvas: null,
mfc: null,
clever: null,
level: null,
skills_focused: null,
size: null
)