summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/UserExperienceAnalyticsCategoryModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/UserExperienceAnalyticsCategoryModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/UserExperienceAnalyticsCategoryModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/UserExperienceAnalyticsCategoryModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/UserExperienceAnalyticsCategoryModel.go
deleted file mode 100644
index b9eacdd1..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/UserExperienceAnalyticsCategoryModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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"`
-}