summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/UserExperienceAnalyticsCategoryModel.go
blob: b9eacdd19916aa088aff73014cbda0c81f91663d (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

// UserExperienceAnalyticsCategory The user experience analytics category entity contains the scores and insights for the various metrics of a category.
type UserExperienceAnalyticsCategory struct {
	// Entity is the base model of UserExperienceAnalyticsCategory
	Entity
	// Insights The insights for the user experience analytics category.
	Insights []UserExperienceAnalyticsInsight `json:"insights,omitempty"`
	// MetricValues undocumented
	MetricValues []UserExperienceAnalyticsMetric `json:"metricValues,omitempty"`
}