blob: 9d0f31f9437909e524288a51082a33e3330dc1dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DlpNotification undocumented
type DlpNotification struct {
// Object is the base model of DlpNotification
Object
// Author undocumented
Author *string `json:"author,omitempty"`
}
|