summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/UserExperienceAnalyticsInsightModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/UserExperienceAnalyticsInsightModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/UserExperienceAnalyticsInsightModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/UserExperienceAnalyticsInsightModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/UserExperienceAnalyticsInsightModel.go
deleted file mode 100644
index 6c9657fc..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/UserExperienceAnalyticsInsightModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// UserExperienceAnalyticsInsight undocumented
-type UserExperienceAnalyticsInsight struct {
- // Object is the base model of UserExperienceAnalyticsInsight
- Object
- // UserExperienceAnalyticsMetricID The unique identifier of the user experience analytics insight.
- UserExperienceAnalyticsMetricID *string `json:"userExperienceAnalyticsMetricId,omitempty"`
- // InsightID The unique identifier of the user experience analytics insight.
- InsightID *string `json:"insightId,omitempty"`
- // Values The value of the user experience analytics insight.
- Values []UserExperienceAnalyticsInsightValue `json:"values,omitempty"`
- // Severity The value of the user experience analytics insight.
- Severity *UserExperienceAnalyticsInsightSeverity `json:"severity,omitempty"`
-}