summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelParental.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelParental.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ModelParental.go13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelParental.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelParental.go
new file mode 100644
index 00000000..8fc0e60b
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelParental.go
@@ -0,0 +1,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"`
+}