summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/GovernanceScheduleModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/GovernanceScheduleModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/GovernanceScheduleModel.go19
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/GovernanceScheduleModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/GovernanceScheduleModel.go
new file mode 100644
index 00000000..93767704
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/GovernanceScheduleModel.go
@@ -0,0 +1,19 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+import "time"
+
+// GovernanceSchedule undocumented
+type GovernanceSchedule struct {
+ // Object is the base model of GovernanceSchedule
+ Object
+ // Type undocumented
+ Type *string `json:"type,omitempty"`
+ // StartDateTime undocumented
+ StartDateTime *time.Time `json:"startDateTime,omitempty"`
+ // EndDateTime undocumented
+ EndDateTime *time.Time `json:"endDateTime,omitempty"`
+ // Duration undocumented
+ Duration *time.Duration `json:"duration,omitempty"`
+}