summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelSwap.go
blob: a8fffde038513db1a9b5dd9ecec8328cfc04480c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go 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"`
}