blob: 9e354f104b08a60241ceda3d3c24d420b5b39da1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// InsightValueInt undocumented
type InsightValueInt struct {
// UserExperienceAnalyticsInsightValue is the base model of InsightValueInt
UserExperienceAnalyticsInsightValue
// Value undocumented
Value *int `json:"value,omitempty"`
}
|