summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/MobileAppTroubleshootingAppPolicyCreationHistoryModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/MobileAppTroubleshootingAppPolicyCreationHistoryModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/MobileAppTroubleshootingAppPolicyCreationHistoryModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/MobileAppTroubleshootingAppPolicyCreationHistoryModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/MobileAppTroubleshootingAppPolicyCreationHistoryModel.go
deleted file mode 100644
index 79aeb038..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/MobileAppTroubleshootingAppPolicyCreationHistoryModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// MobileAppTroubleshootingAppPolicyCreationHistory undocumented
-type MobileAppTroubleshootingAppPolicyCreationHistory struct {
- // MobileAppTroubleshootingHistoryItem is the base model of MobileAppTroubleshootingAppPolicyCreationHistory
- MobileAppTroubleshootingHistoryItem
- // RunState Status of the item.
- RunState *RunState `json:"runState,omitempty"`
- // ErrorCode Error code for the failure, empty if no failure.
- ErrorCode *string `json:"errorCode,omitempty"`
-}