summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EdgeSearchEngineCustomModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/EdgeSearchEngineCustomModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/EdgeSearchEngineCustomModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/EdgeSearchEngineCustomModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/EdgeSearchEngineCustomModel.go
deleted file mode 100644
index abed14a9..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/EdgeSearchEngineCustomModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// EdgeSearchEngineCustom undocumented
-type EdgeSearchEngineCustom struct {
- // EdgeSearchEngineBase is the base model of EdgeSearchEngineCustom
- EdgeSearchEngineBase
- // EdgeSearchEngineOpenSearchXMLURL Points to a https link containing the OpenSearch xml file that contains, at minimum, the short name and the URL to the search Engine.
- EdgeSearchEngineOpenSearchXMLURL *string `json:"edgeSearchEngineOpenSearchXmlUrl,omitempty"`
-}