summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/StandardTimeZoneOffsetModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/StandardTimeZoneOffsetModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/StandardTimeZoneOffsetModel.go21
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/StandardTimeZoneOffsetModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/StandardTimeZoneOffsetModel.go
new file mode 100644
index 00000000..a3bc5cc2
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/StandardTimeZoneOffsetModel.go
@@ -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"`
+}