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, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/CustomTimeZoneModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/CustomTimeZoneModel.go
deleted file mode 100644
index d8c81fe6..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/CustomTimeZoneModel.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// 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"`
-}