github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelDaylight.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // DaylightTimeZoneOffset undocumented
     6  type DaylightTimeZoneOffset struct {
     7  	// StandardTimeZoneOffset is the base model of DaylightTimeZoneOffset
     8  	StandardTimeZoneOffset
     9  	// DaylightBias undocumented
    10  	DaylightBias *int `json:"daylightBias,omitempty"`
    11  }