blob: 2975d1c4c0836c253bbfc0a25c51980b043ef328 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// UserExperienceAnalyticsOverview The user experience analytics overview entity contains the overall score and the scores and insights of every metric of all categories.
type UserExperienceAnalyticsOverview struct {
// Entity is the base model of UserExperienceAnalyticsOverview
Entity
// Insights The user experience analytics insights.
Insights []UserExperienceAnalyticsInsight `json:"insights,omitempty"`
}
|