blob: fc54d99f178aa48ab2e60fe9ae49f796af39ae62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// TimeSlot undocumented
type TimeSlot struct {
// Object is the base model of TimeSlot
Object
// Start undocumented
Start *DateTimeTimeZone `json:"start,omitempty"`
// End undocumented
End *DateTimeTimeZone `json:"end,omitempty"`
}
|