blob: 68f06de8c5aa9fc62c06cc6af68f451bb782b42a (
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
// RenameAction undocumented
type RenameAction struct {
// Object is the base model of RenameAction
Object
// NewName undocumented
NewName *string `json:"newName,omitempty"`
// OldName undocumented
OldName *string `json:"oldName,omitempty"`
}
|