github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelEdge.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // EdgeSearchEngine undocumented
     6  type EdgeSearchEngine struct {
     7  	// EdgeSearchEngineBase is the base model of EdgeSearchEngine
     8  	EdgeSearchEngineBase
     9  	// EdgeSearchEngineType Allows IT admins to set a predefined default search engine for MDM-Controlled devices.
    10  	EdgeSearchEngineType *EdgeSearchEngineType `json:"edgeSearchEngineType,omitempty"`
    11  }
    12  
    13  // EdgeSearchEngineBase undocumented
    14  type EdgeSearchEngineBase struct {
    15  	// Object is the base model of EdgeSearchEngineBase
    16  	Object
    17  }
    18  
    19  // EdgeSearchEngineCustom undocumented
    20  type EdgeSearchEngineCustom struct {
    21  	// EdgeSearchEngineBase is the base model of EdgeSearchEngineCustom
    22  	EdgeSearchEngineBase
    23  	// 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.
    24  	EdgeSearchEngineOpenSearchXMLURL *string `json:"edgeSearchEngineOpenSearchXmlUrl,omitempty"`
    25  }