summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/WindowsMicrosoftEdgeAppModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/WindowsMicrosoftEdgeAppModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/WindowsMicrosoftEdgeAppModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/WindowsMicrosoftEdgeAppModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/WindowsMicrosoftEdgeAppModel.go
deleted file mode 100644
index fe505a38..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/WindowsMicrosoftEdgeAppModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// WindowsMicrosoftEdgeApp Contains properties and inherited properties for the Microsoft Edge app on Windows.
-type WindowsMicrosoftEdgeApp struct {
- // MobileApp is the base model of WindowsMicrosoftEdgeApp
- MobileApp
- // Channel The channel to install on target devices.
- Channel *MicrosoftEdgeChannel `json:"channel,omitempty"`
-}