You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelUsed.go

18 lines
561 B
Go

// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// UsedInsight undocumented
type UsedInsight struct {
// Entity is the base model of UsedInsight
Entity
// LastUsed undocumented
LastUsed *UsageDetails `json:"lastUsed,omitempty"`
// ResourceVisualization undocumented
ResourceVisualization *ResourceVisualization `json:"resourceVisualization,omitempty"`
// ResourceReference undocumented
ResourceReference *ResourceReference `json:"resourceReference,omitempty"`
// Resource undocumented
Resource *Entity `json:"resource,omitempty"`
}