summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/UserAccountInformationModel.go
blob: ee564f11444422703c035d8c491b251b4f6c84d1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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"`
}