blob: 28fe7ab86f87408a9f5a651d8ca5f98af2d5c1b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// 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"`
}
|