diff options
Diffstat (limited to 'teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelSwap.go')
| -rw-r--r-- | teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelSwap.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelSwap.go b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelSwap.go new file mode 100644 index 0000000..ea48cb2 --- /dev/null +++ b/teleirc/matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/ModelSwap.go @@ -0,0 +1,11 @@ +// Code generated by msgraph.go/gen DO NOT EDIT. + +package msgraph + +// SwapShiftsChangeRequestObject undocumented +type SwapShiftsChangeRequestObject struct { + // ShiftChangeRequestObject is the base model of SwapShiftsChangeRequestObject + ShiftChangeRequestObject + // RecipientShiftID undocumented + RecipientShiftID *string `json:"recipientShiftId,omitempty"` +} |
