diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ModelAdmin.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ModelAdmin.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ModelAdmin.go b/vendor/github.com/yaegashi/msgraph.go/beta/ModelAdmin.go new file mode 100644 index 00000000..10e968fa --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ModelAdmin.go @@ -0,0 +1,13 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// AdminConsent undocumented +type AdminConsent struct { + // Object is the base model of AdminConsent + Object + // ShareAPNSData The admin consent state of sharing user and device data to Apple. + ShareAPNSData *AdminConsentState `json:"shareAPNSData,omitempty"` + // ShareUserExperienceAnalyticsData Gets or sets the admin consent for sharing User experience analytics data. + ShareUserExperienceAnalyticsData *AdminConsentState `json:"shareUserExperienceAnalyticsData,omitempty"` +} |