diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/SettingsModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/SettingsModel.go | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/SettingsModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/SettingsModel.go new file mode 100644 index 00000000..fb153674 --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/SettingsModel.go @@ -0,0 +1,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"` +} |