mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-02-18 17:19:17 +00:00
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"`
|
||
|
}
|