summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/OpeningHoursSpecificationModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/OpeningHoursSpecificationModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/OpeningHoursSpecificationModel.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/OpeningHoursSpecificationModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/OpeningHoursSpecificationModel.go
new file mode 100644
index 00000000..e04a623c
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/OpeningHoursSpecificationModel.go
@@ -0,0 +1,15 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// OpeningHoursSpecification undocumented
+type OpeningHoursSpecification struct {
+ // Object is the base model of OpeningHoursSpecification
+ Object
+ // DayOfWeek undocumented
+ DayOfWeek *string `json:"dayOfWeek,omitempty"`
+ // Opens undocumented
+ Opens *string `json:"opens,omitempty"`
+ // Closes undocumented
+ Closes *string `json:"closes,omitempty"`
+}