blob: fb153674a9a737159fa31191a92e59b2b3b643f0 (
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
// Settings undocumented
type Settings struct {
// Object is the base model of Settings
Object
// HasLicense undocumented
HasLicense *bool `json:"hasLicense,omitempty"`
// HasOptedOut undocumented
HasOptedOut *bool `json:"hasOptedOut,omitempty"`
// HasGraphMailbox undocumented
HasGraphMailbox *bool `json:"hasGraphMailbox,omitempty"`
}
|