blob: 446b209d4f38ddd7b70623d68f9431c6db3d1252 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph.go/gen DO NOT EDIT.
package msgraph
// ModifiedProperty undocumented
type ModifiedProperty struct {
// Object is the base model of ModifiedProperty
Object
// DisplayName undocumented
DisplayName *string `json:"displayName,omitempty"`
// OldValue undocumented
OldValue *string `json:"oldValue,omitempty"`
// NewValue undocumented
NewValue *string `json:"newValue,omitempty"`
}
|