diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ScheduleInformationModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/ScheduleInformationModel.go | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ScheduleInformationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ScheduleInformationModel.go new file mode 100644 index 00000000..77c4eb2b --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/ScheduleInformationModel.go @@ -0,0 +1,19 @@ +// Code generated by msgraph-generate.go DO NOT EDIT. + +package msgraph + +// ScheduleInformation undocumented +type ScheduleInformation struct { + // Object is the base model of ScheduleInformation + Object + // ScheduleID undocumented + ScheduleID *string `json:"scheduleId,omitempty"` + // ScheduleItems undocumented + ScheduleItems []ScheduleItem `json:"scheduleItems,omitempty"` + // AvailabilityView undocumented + AvailabilityView *string `json:"availabilityView,omitempty"` + // Error undocumented + Error *FreeBusyError `json:"error,omitempty"` + // WorkingHours undocumented + WorkingHours *WorkingHours `json:"workingHours,omitempty"` +} |