blob: f6aa9491c13f6d66e525473162c6030849a2088f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"`
}
|