summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/AppleVppTokenTroubleshootingEventModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/AppleVppTokenTroubleshootingEventModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/AppleVppTokenTroubleshootingEventModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/AppleVppTokenTroubleshootingEventModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/AppleVppTokenTroubleshootingEventModel.go
deleted file mode 100644
index 2828fa3b..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/AppleVppTokenTroubleshootingEventModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// AppleVppTokenTroubleshootingEvent Event representing an Apple Vpp Token Troubleshooting Event.
-type AppleVppTokenTroubleshootingEvent struct {
- // DeviceManagementTroubleshootingEvent is the base model of AppleVppTokenTroubleshootingEvent
- DeviceManagementTroubleshootingEvent
- // TokenID Apple Volume Purchase Program Token Identifier.
- TokenID *string `json:"tokenId,omitempty"`
-}