summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/MoveActionModel.go
blob: 5ce40c0367c8346a8e27e0c4985aa877093ae472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// MoveAction undocumented
type MoveAction struct {
	// Object is the base model of MoveAction
	Object
	// From undocumented
	From *string `json:"from,omitempty"`
	// To undocumented
	To *string `json:"to,omitempty"`
}