summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/CustomTimeZoneModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/CustomTimeZoneModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/CustomTimeZoneModel.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/CustomTimeZoneModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/CustomTimeZoneModel.go
new file mode 100644
index 00000000..d8c81fe6
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/CustomTimeZoneModel.go
@@ -0,0 +1,15 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// CustomTimeZone undocumented
+type CustomTimeZone struct {
+ // TimeZoneBase is the base model of CustomTimeZone
+ TimeZoneBase
+ // Bias undocumented
+ Bias *int `json:"bias,omitempty"`
+ // StandardOffset undocumented
+ StandardOffset *StandardTimeZoneOffset `json:"standardOffset,omitempty"`
+ // DaylightOffset undocumented
+ DaylightOffset *DaylightTimeZoneOffset `json:"daylightOffset,omitempty"`
+}