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

package msgraph

// ParentalControlSettings undocumented
type ParentalControlSettings struct {
	// Object is the base model of ParentalControlSettings
	Object
	// CountriesBlockedForMinors undocumented
	CountriesBlockedForMinors []string `json:"countriesBlockedForMinors,omitempty"`
	// LegalAgeGroupRule undocumented
	LegalAgeGroupRule *string `json:"legalAgeGroupRule,omitempty"`
}