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