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