blob: abed14a93067a5a5cc5cb2601148cb8a999b4a7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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"`
}
|