5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-03-20 03:59:14 +00:00

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"`
}