summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/SynchronizationScheduleModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/SynchronizationScheduleModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/SynchronizationScheduleModel.go17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/SynchronizationScheduleModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/SynchronizationScheduleModel.go
deleted file mode 100644
index 94d81fc5..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/SynchronizationScheduleModel.go
+++ /dev/null
@@ -1,17 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-import "time"
-
-// SynchronizationSchedule undocumented
-type SynchronizationSchedule struct {
- // Object is the base model of SynchronizationSchedule
- Object
- // Expiration undocumented
- Expiration *time.Time `json:"expiration,omitempty"`
- // Interval undocumented
- Interval *time.Duration `json:"interval,omitempty"`
- // State undocumented
- State *SynchronizationScheduleState `json:"state,omitempty"`
-}