mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
44 lines
1.5 KiB
Go
44 lines
1.5 KiB
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// EducationClass undocumented
|
||
|
type EducationClass struct {
|
||
|
// Entity is the base model of EducationClass
|
||
|
Entity
|
||
|
// DisplayName undocumented
|
||
|
DisplayName *string `json:"displayName,omitempty"`
|
||
|
// MailNickname undocumented
|
||
|
MailNickname *string `json:"mailNickname,omitempty"`
|
||
|
// Description undocumented
|
||
|
Description *string `json:"description,omitempty"`
|
||
|
// CreatedBy undocumented
|
||
|
CreatedBy *IdentitySet `json:"createdBy,omitempty"`
|
||
|
// ClassCode undocumented
|
||
|
ClassCode *string `json:"classCode,omitempty"`
|
||
|
// ExternalName undocumented
|
||
|
ExternalName *string `json:"externalName,omitempty"`
|
||
|
// ExternalID undocumented
|
||
|
ExternalID *string `json:"externalId,omitempty"`
|
||
|
// ExternalSource undocumented
|
||
|
ExternalSource *EducationExternalSource `json:"externalSource,omitempty"`
|
||
|
// Grade undocumented
|
||
|
Grade *string `json:"grade,omitempty"`
|
||
|
// Term undocumented
|
||
|
Term *EducationTerm `json:"term,omitempty"`
|
||
|
// Course undocumented
|
||
|
Course *EducationCourse `json:"course,omitempty"`
|
||
|
// Assignments undocumented
|
||
|
Assignments []EducationAssignment `json:"assignments,omitempty"`
|
||
|
// AssignmentCategories undocumented
|
||
|
AssignmentCategories []EducationCategory `json:"assignmentCategories,omitempty"`
|
||
|
// Members undocumented
|
||
|
Members []EducationUser `json:"members,omitempty"`
|
||
|
// Teachers undocumented
|
||
|
Teachers []EducationUser `json:"teachers,omitempty"`
|
||
|
// Schools undocumented
|
||
|
Schools []EducationSchool `json:"schools,omitempty"`
|
||
|
// Group undocumented
|
||
|
Group *Group `json:"group,omitempty"`
|
||
|
}
|