diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/DlpWindowsDevicesNotificationModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/DlpWindowsDevicesNotificationModel.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/DlpWindowsDevicesNotificationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/DlpWindowsDevicesNotificationModel.go deleted file mode 100644 index a3b3b741..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/DlpWindowsDevicesNotificationModel.go +++ /dev/null @@ -1,13 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// DlpWindowsDevicesNotification undocumented -type DlpWindowsDevicesNotification struct { - // DlpNotification is the base model of DlpWindowsDevicesNotification - DlpNotification - // LastModfiedBy undocumented - LastModfiedBy *string `json:"lastModfiedBy,omitempty"` - // ContentName undocumented - ContentName *string `json:"contentName,omitempty"` -} |