summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DaylightTimeZoneOffsetModel.go
blob: 48cc72c9ee0ed20b0e3c12fd883ce1135457a11f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go 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"`
}