mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-29 06:02:01 -08:00
16 lines
479 B
Go
16 lines
479 B
Go
|
// 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"`
|
||
|
}
|