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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  import "time"
     6  
     7  // Trending undocumented
     8  type Trending struct {
     9  	// Entity is the base model of Trending
    10  	Entity
    11  	// Weight undocumented
    12  	Weight *float64 `json:"weight,omitempty"`
    13  	// ResourceVisualization undocumented
    14  	ResourceVisualization *ResourceVisualization `json:"resourceVisualization,omitempty"`
    15  	// ResourceReference undocumented
    16  	ResourceReference *ResourceReference `json:"resourceReference,omitempty"`
    17  	// LastModifiedDateTime undocumented
    18  	LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"`
    19  	// Resource undocumented
    20  	Resource *Entity `json:"resource,omitempty"`
    21  }