summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/AppListItemModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/AppListItemModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/AppListItemModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/AppListItemModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/AppListItemModel.go
deleted file mode 100644
index 2492b397..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/AppListItemModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// AppListItem undocumented
-type AppListItem struct {
- // Object is the base model of AppListItem
- Object
- // Name The application name
- Name *string `json:"name,omitempty"`
- // Publisher The publisher of the application
- Publisher *string `json:"publisher,omitempty"`
- // AppStoreURL The Store URL of the application
- AppStoreURL *string `json:"appStoreUrl,omitempty"`
- // AppID The application or bundle identifier of the application
- AppID *string `json:"appId,omitempty"`
-}