blob: 6ee373f791b920e7ef40a65d8f32b3bcb20398a0 (
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
// MalwareRiskEvent undocumented
type MalwareRiskEvent struct {
// LocatedRiskEvent is the base model of MalwareRiskEvent
LocatedRiskEvent
// DeviceInformation undocumented
DeviceInformation *string `json:"deviceInformation,omitempty"`
// MalwareName undocumented
MalwareName *string `json:"malwareName,omitempty"`
}
|