matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/InsightValueDoubleModel.go

12 lines
323 B
Go
Raw Normal View History

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// InsightValueDouble undocumented
type InsightValueDouble struct {
// UserExperienceAnalyticsInsightValue is the base model of InsightValueDouble
UserExperienceAnalyticsInsightValue
// Value undocumented
Value *float64 `json:"value,omitempty"`
}