blob: acbb9a9dd2c8f40ee31c75c695becb816f294b4b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// TimeOffItem undocumented
type TimeOffItem struct {
// ScheduleEntity is the base model of TimeOffItem
ScheduleEntity
// TimeOffReasonID undocumented
TimeOffReasonID *string `json:"timeOffReasonId,omitempty"`
}
|