summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/DeviceManagementApplicabilityRuleDeviceModeModel.go
blob: 62ea55a329d12a35ad00afcca85f1d01244e7ade (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// DeviceManagementApplicabilityRuleDeviceMode undocumented
type DeviceManagementApplicabilityRuleDeviceMode struct {
	// Object is the base model of DeviceManagementApplicabilityRuleDeviceMode
	Object
	// DeviceMode Applicability rule for device mode.
	DeviceMode *Windows10DeviceModeType `json:"deviceMode,omitempty"`
	// Name Name for object.
	Name *string `json:"name,omitempty"`
	// RuleType Applicability Rule type.
	RuleType *DeviceManagementApplicabilityRuleType `json:"ruleType,omitempty"`
}