github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelOffice.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // OfficeGraphInsights undocumented
     6  type OfficeGraphInsights struct {
     7  	// Entity is the base model of OfficeGraphInsights
     8  	Entity
     9  	// Trending undocumented
    10  	Trending []Trending `json:"trending,omitempty"`
    11  	// Shared undocumented
    12  	Shared []SharedInsight `json:"shared,omitempty"`
    13  	// Used undocumented
    14  	Used []UsedInsight `json:"used,omitempty"`
    15  }