mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 08:40:29 +00:00
20 lines
550 B
Go
20 lines
550 B
Go
// Code generated by msgraph.go/gen DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// StandardTimeZoneOffset undocumented
|
|
type StandardTimeZoneOffset struct {
|
|
// Object is the base model of StandardTimeZoneOffset
|
|
Object
|
|
// Time undocumented
|
|
Time *TimeOfDay `json:"time,omitempty"`
|
|
// DayOccurrence undocumented
|
|
DayOccurrence *int `json:"dayOccurrence,omitempty"`
|
|
// DayOfWeek undocumented
|
|
DayOfWeek *DayOfWeek `json:"dayOfWeek,omitempty"`
|
|
// Month undocumented
|
|
Month *int `json:"month,omitempty"`
|
|
// Year undocumented
|
|
Year *int `json:"year,omitempty"`
|
|
}
|