summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DlpEvaluationWindowsDevicesInputModel.go
blob: f4b94962c094ae984eecb9813d042a65ec0f0c8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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"`
}