blob: 36a816a42a563622cb6c3083a6445749cbbfe235 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph.go/gen 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"`
}
|