forked from lug/matterbridge
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
21
vendor/github.com/yaegashi/msgraph.go/beta/StandardTimeZoneOffsetModel.go
generated
vendored
Normal file
21
vendor/github.com/yaegashi/msgraph.go/beta/StandardTimeZoneOffsetModel.go
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
import "time"
|
||||
|
||||
// StandardTimeZoneOffset undocumented
|
||||
type StandardTimeZoneOffset struct {
|
||||
// Object is the base model of StandardTimeZoneOffset
|
||||
Object
|
||||
// Time undocumented
|
||||
Time *time.Time `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"`
|
||||
}
|
||||
Reference in New Issue
Block a user