github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelModified.go (about)

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