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

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ParentalControlSettings undocumented
     6  type ParentalControlSettings struct {
     7  	// Object is the base model of ParentalControlSettings
     8  	Object
     9  	// CountriesBlockedForMinors undocumented
    10  	CountriesBlockedForMinors []string `json:"countriesBlockedForMinors,omitempty"`
    11  	// LegalAgeGroupRule undocumented
    12  	LegalAgeGroupRule *string `json:"legalAgeGroupRule,omitempty"`
    13  }