Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.95 KB

ClassDetails.md

File metadata and controls

27 lines (23 loc) · 1.95 KB

ClassDetails

Properties

Name Type Description Notes
id string The unique identifier of the class [optional]
state \Flat\APIClient\Model\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]
creationDate \DateTime The date when the class was create [optional]
enrollmentCode 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]
assignmentsCount float The number of assignments created in the class [optional]
studentsGroup \Flat\APIClient\Model\GroupDetails [optional]
teachersGroup \Flat\APIClient\Model\GroupDetails [optional]
googleClassroom \Flat\APIClient\Model\ClassDetailsGoogleClassroom [optional]
googleDrive \Flat\APIClient\Model\ClassDetailsGoogleDrive [optional]
lti \Flat\APIClient\Model\ClassDetailsLti [optional]
canvas \Flat\APIClient\Model\ClassDetailsCanvas [optional]
clever \Flat\APIClient\Model\ClassDetailsClever [optional]

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