diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/BookingWorkHoursModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/BookingWorkHoursModel.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/BookingWorkHoursModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/BookingWorkHoursModel.go deleted file mode 100644 index cca6b9c7..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/BookingWorkHoursModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// 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"` -} |