mirror of
https://github.com/42wim/matterbridge.git
synced 2024-12-01 07:02:00 -08:00
16 lines
519 B
Go
16 lines
519 B
Go
|
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||
|
|
||
|
package msgraph
|
||
|
|
||
|
// DlpEvaluatePoliciesRequestObject undocumented
|
||
|
type DlpEvaluatePoliciesRequestObject struct {
|
||
|
// Object is the base model of DlpEvaluatePoliciesRequestObject
|
||
|
Object
|
||
|
// Target undocumented
|
||
|
Target *string `json:"target,omitempty"`
|
||
|
// EvaluationInput undocumented
|
||
|
EvaluationInput *DlpEvaluationInput `json:"evaluationInput,omitempty"`
|
||
|
// NotificationInfo undocumented
|
||
|
NotificationInfo *DlpNotification `json:"notificationInfo,omitempty"`
|
||
|
}
|