forked from jshiffer/matterbridge
14 lines
449 B
Go
14 lines
449 B
Go
|
// 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"`
|
||
|
}
|