blob: 3b2a2e8930c691b9a3d1b92c660e86c1e72503fb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph.go/gen 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"`
}
|