blob: cc786285dc038092d2d2c8da05dc7b04add276b6 (
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
// Win32LobAppRequirement undocumented
type Win32LobAppRequirement struct {
// Object is the base model of Win32LobAppRequirement
Object
// Operator The operator for detection
Operator *Win32LobAppDetectionOperator `json:"operator,omitempty"`
// DetectionValue The detection value
DetectionValue *string `json:"detectionValue,omitempty"`
}
|