// Code generated by msgraph-generate.go DO NOT EDIT. package msgraph // LocaleInfo undocumented type LocaleInfo struct { // Object is the base model of LocaleInfo Object // Locale undocumented Locale *string `json:"locale,omitempty"` // DisplayName undocumented DisplayName *string `json:"displayName,omitempty"` }