blob: fb153674a9a737159fa31191a92e59b2b3b643f0 (
plain) (
tree)
|
|
// 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"`
}
|