summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/DailyScheduleModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/DailyScheduleModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/DailyScheduleModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/DailyScheduleModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/DailyScheduleModel.go
deleted file mode 100644
index 22d5c90b..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/DailyScheduleModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// DailySchedule undocumented
-type DailySchedule struct {
- // RunSchedule is the base model of DailySchedule
- RunSchedule
- // Interval Interval in number of days
- Interval *int `json:"interval,omitempty"`
-}