// 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"`
}