// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// DlpEvaluationWindowsDevicesInput undocumented
type DlpEvaluationWindowsDevicesInput struct {
	// DlpEvaluationInput is the base model of DlpEvaluationWindowsDevicesInput
	DlpEvaluationInput
	// ContentProperties undocumented
	ContentProperties *ContentProperties `json:"contentProperties,omitempty"`
	// SharedBy undocumented
	SharedBy *string `json:"sharedBy,omitempty"`
}