summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/OfficeGraphInsightsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/OfficeGraphInsightsModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/OfficeGraphInsightsModel.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/OfficeGraphInsightsModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/OfficeGraphInsightsModel.go
new file mode 100644
index 00000000..f6aa9491
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/OfficeGraphInsightsModel.go
@@ -0,0 +1,15 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// OfficeGraphInsights undocumented
+type OfficeGraphInsights struct {
+ // Entity is the base model of OfficeGraphInsights
+ Entity
+ // Trending undocumented
+ Trending []Trending `json:"trending,omitempty"`
+ // Shared undocumented
+ Shared []SharedInsight `json:"shared,omitempty"`
+ // Used undocumented
+ Used []UsedInsight `json:"used,omitempty"`
+}