diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelSettings.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelSettings.go | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelSettings.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelSettings.go new file mode 100644 index 0000000..128b964 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelSettings.go @@ -0,0 +1,15 @@ +// Code generated by msgraph.go/gen 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"` +} |
