blob: d8c81fe6d2bb48d2e9fe585e2991cbf5118f709b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// CustomTimeZone undocumented
type CustomTimeZone struct {
// TimeZoneBase is the base model of CustomTimeZone
TimeZoneBase
// Bias undocumented
Bias *int `json:"bias,omitempty"`
// StandardOffset undocumented
StandardOffset *StandardTimeZoneOffset `json:"standardOffset,omitempty"`
// DaylightOffset undocumented
DaylightOffset *DaylightTimeZoneOffset `json:"daylightOffset,omitempty"`
}
|