blob: d2fcbca061cea5b73eb3bd90286de01be8b71501 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph.go/gen 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"`
}
|