blob: e4b8fd5f7831fd34794353a6688698fcd151f0fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EducationOrganization undocumented
type EducationOrganization struct {
// Entity is the base model of EducationOrganization
Entity
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
// Description undocumented
Description *string `json:"description,omitempty"`
// ExternalSource undocumented
ExternalSource *EducationExternalSource `json:"externalSource,omitempty"`
}
|