blob: 7295be714acdda33ce9f50f1d075de06e6531f96 (
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
// TimeZoneInformation undocumented
type TimeZoneInformation struct {
// Object is the base model of TimeZoneInformation
Object
// Alias undocumented
Alias *string `json:"alias,omitempty"`
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
}
|