summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/EdgeSearchEngineModel.go
blob: a7dfdd8d32f2b210dd0baa5e8aedb8f739ee7ae7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// EdgeSearchEngine undocumented
type EdgeSearchEngine struct {
	// EdgeSearchEngineBase is the base model of EdgeSearchEngine
	EdgeSearchEngineBase
	// EdgeSearchEngineType Allows IT admins to set a predefined default search engine for MDM-Controlled devices.
	EdgeSearchEngineType *EdgeSearchEngineType `json:"edgeSearchEngineType,omitempty"`
}