blob: e9622fe6bc50cf7123a45990a689e3451b7156b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// MalwareState undocumented
type MalwareState struct {
// Object is the base model of MalwareState
Object
// Category undocumented
Category *string `json:"category,omitempty"`
// Family undocumented
Family *string `json:"family,omitempty"`
// Name undocumented
Name *string `json:"name,omitempty"`
// Severity undocumented
Severity *string `json:"severity,omitempty"`
// WasRunning undocumented
WasRunning *bool `json:"wasRunning,omitempty"`
}
|