forked from lug/matterbridge
Update vendor yaegashi/msgraph.go to v0.1.2 (2)
This commit is contained in:
21
vendor/github.com/yaegashi/msgraph.go/beta/ModelTrending.go
generated
vendored
Normal file
21
vendor/github.com/yaegashi/msgraph.go/beta/ModelTrending.go
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
import "time"
|
||||
|
||||
// Trending undocumented
|
||||
type Trending struct {
|
||||
// Entity is the base model of Trending
|
||||
Entity
|
||||
// Weight undocumented
|
||||
Weight *float64 `json:"weight,omitempty"`
|
||||
// ResourceVisualization undocumented
|
||||
ResourceVisualization *ResourceVisualization `json:"resourceVisualization,omitempty"`
|
||||
// ResourceReference undocumented
|
||||
ResourceReference *ResourceReference `json:"resourceReference,omitempty"`
|
||||
// LastModifiedDateTime undocumented
|
||||
LastModifiedDateTime *time.Time `json:"lastModifiedDateTime,omitempty"`
|
||||
// Resource undocumented
|
||||
Resource *Entity `json:"resource,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user