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

package msgraph

// TeamDiscoverySettings undocumented
type TeamDiscoverySettings struct {
	// Object is the base model of TeamDiscoverySettings
	Object
	// ShowInTeamsSearchAndSuggestions undocumented
	ShowInTeamsSearchAndSuggestions *bool `json:"showInTeamsSearchAndSuggestions,omitempty"`
}