blob: 36e6dc130696899711c35a7f300aca7fc51c381a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EducationSynchronizationCustomizations undocumented
type EducationSynchronizationCustomizations struct {
// EducationSynchronizationCustomizationsBase is the base model of EducationSynchronizationCustomizations
EducationSynchronizationCustomizationsBase
// School undocumented
School *EducationSynchronizationCustomization `json:"school,omitempty"`
// Section undocumented
Section *EducationSynchronizationCustomization `json:"section,omitempty"`
// Student undocumented
Student *EducationSynchronizationCustomization `json:"student,omitempty"`
// Teacher undocumented
Teacher *EducationSynchronizationCustomization `json:"teacher,omitempty"`
// StudentEnrollment undocumented
StudentEnrollment *EducationSynchronizationCustomization `json:"studentEnrollment,omitempty"`
// TeacherRoster undocumented
TeacherRoster *EducationSynchronizationCustomization `json:"teacherRoster,omitempty"`
}
|