github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelMove.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // MoveAction undocumented
     6  type MoveAction struct {
     7  	// Object is the base model of MoveAction
     8  	Object
     9  	// From undocumented
    10  	From *string `json:"from,omitempty"`
    11  	// To undocumented
    12  	To *string `json:"to,omitempty"`
    13  }