summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/Windows10AssociatedAppsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/Windows10AssociatedAppsModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/Windows10AssociatedAppsModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/Windows10AssociatedAppsModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/Windows10AssociatedAppsModel.go
deleted file mode 100644
index 2d24a658..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/Windows10AssociatedAppsModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// Windows10AssociatedApps undocumented
-type Windows10AssociatedApps struct {
- // Object is the base model of Windows10AssociatedApps
- Object
- // AppType Application type.
- AppType *Windows10AppType `json:"appType,omitempty"`
- // Identifier Identifier.
- Identifier *string `json:"identifier,omitempty"`
-}