summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/UserExperienceAnalyticsMetricModel.go
blob: 3d97536175bb5fe6f9e730324abf6285112acf5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// UserExperienceAnalyticsMetric The user experience analytics metric contains the score and units of a metric of a user experience anlaytics category.
type UserExperienceAnalyticsMetric struct {
	// Entity is the base model of UserExperienceAnalyticsMetric
	Entity
	// Value The value of the user experience analytics metric.
	Value *float64 `json:"value,omitempty"`
	// Unit The unit of the user experience analytics metric.
	Unit *string `json:"unit,omitempty"`
}