blob: c9486d121572cf36f6cd3226c6e30c2b29ce3d83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// ShiftItem undocumented
type ShiftItem struct {
// ScheduleEntity is the base model of ShiftItem
ScheduleEntity
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
// Notes undocumented
Notes *string `json:"notes,omitempty"`
// Activities undocumented
Activities []ShiftActivity `json:"activities,omitempty"`
}
|