diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementApplicabilityRuleDeviceModeModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementApplicabilityRuleDeviceModeModel.go | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementApplicabilityRuleDeviceModeModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementApplicabilityRuleDeviceModeModel.go new file mode 100644 index 00000000..62ea55a3 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementApplicabilityRuleDeviceModeModel.go @@ -0,0 +1,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"` +} |