github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelSettings.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // Settings undocumented
     6  type Settings struct {
     7  	// Object is the base model of Settings
     8  	Object
     9  	// HasLicense undocumented
    10  	HasLicense *bool `json:"hasLicense,omitempty"`
    11  	// HasOptedOut undocumented
    12  	HasOptedOut *bool `json:"hasOptedOut,omitempty"`
    13  	// HasGraphMailbox undocumented
    14  	HasGraphMailbox *bool `json:"hasGraphMailbox,omitempty"`
    15  }