diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/BookingWorkHoursModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/BookingWorkHoursModel.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/BookingWorkHoursModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/BookingWorkHoursModel.go new file mode 100644 index 00000000..cca6b9c7 --- /dev/null +++ b/vendor/github.com/matterbridge/msgraph.go/beta/BookingWorkHoursModel.go @@ -0,0 +1,13 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// BookingWorkHours undocumented +type BookingWorkHours struct { + // Object is the base model of BookingWorkHours + Object + // Day The day of the week represented by this instance. + Day *DayOfWeek `json:"day,omitempty"` + // TimeSlots A list of start/end times during a day. + TimeSlots []BookingWorkTimeSlot `json:"timeSlots,omitempty"` +} |