blob: d26d1d5ff34c8dfb73eb769485132d78a582fe51 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EducationRoot undocumented
type EducationRoot struct {
// Entity is the base model of EducationRoot
Entity
// SynchronizationProfiles undocumented
SynchronizationProfiles []EducationSynchronizationProfile `json:"synchronizationProfiles,omitempty"`
// Classes undocumented
Classes []EducationClass `json:"classes,omitempty"`
// Schools undocumented
Schools []EducationSchool `json:"schools,omitempty"`
// Users undocumented
Users []EducationUser `json:"users,omitempty"`
// Me undocumented
Me *EducationUser `json:"me,omitempty"`
}
|