blob: 913ca57d96200ad966067e8508be3945fbb7600c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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"`
}
|