summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/UserAccountInformationModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/UserAccountInformationModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/UserAccountInformationModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/UserAccountInformationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/UserAccountInformationModel.go
deleted file mode 100644
index ee564f11..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/UserAccountInformationModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// UserAccountInformation undocumented
-type UserAccountInformation struct {
- // ItemFacet is the base model of UserAccountInformation
- ItemFacet
- // AgeGroup undocumented
- AgeGroup *string `json:"ageGroup,omitempty"`
- // CountryCode undocumented
- CountryCode *string `json:"countryCode,omitempty"`
- // PreferredLanguageTag undocumented
- PreferredLanguageTag *LocaleInfo `json:"preferredLanguageTag,omitempty"`
- // UserPrincipalName undocumented
- UserPrincipalName *string `json:"userPrincipalName,omitempty"`
-}