// 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"`
}