blob: d05073962c55c51a671007269ec813e1998ef37c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// EducationOnPremisesInfo undocumented
type EducationOnPremisesInfo struct {
// Object is the base model of EducationOnPremisesInfo
Object
// ImmutableID undocumented
ImmutableID *string `json:"immutableId,omitempty"`
}
|