summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementApplicabilityRuleOsVersionModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementApplicabilityRuleOsVersionModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementApplicabilityRuleOsVersionModel.go17
1 files changed, 17 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementApplicabilityRuleOsVersionModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementApplicabilityRuleOsVersionModel.go
new file mode 100644
index 00000000..74c1fc86
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementApplicabilityRuleOsVersionModel.go
@@ -0,0 +1,17 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// DeviceManagementApplicabilityRuleOsVersion undocumented
+type DeviceManagementApplicabilityRuleOsVersion struct {
+ // Object is the base model of DeviceManagementApplicabilityRuleOsVersion
+ Object
+ // MinOSVersion Min OS version for Applicability Rule.
+ MinOSVersion *string `json:"minOSVersion,omitempty"`
+ // MaxOSVersion Max OS version for Applicability Rule.
+ MaxOSVersion *string `json:"maxOSVersion,omitempty"`
+ // Name Name for object.
+ Name *string `json:"name,omitempty"`
+ // RuleType Applicability Rule type.
+ RuleType *DeviceManagementApplicabilityRuleType `json:"ruleType,omitempty"`
+}