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