summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelDaylight.go
blob: 8712b3045683670b9b34caf808c18abf4ab70ec0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// DaylightTimeZoneOffset undocumented
type DaylightTimeZoneOffset struct {
	// StandardTimeZoneOffset is the base model of DaylightTimeZoneOffset
	StandardTimeZoneOffset
	// DaylightBias undocumented
	DaylightBias *int `json:"daylightBias,omitempty"`
}