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