summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementSettingIntegerConstraintModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementSettingIntegerConstraintModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementSettingIntegerConstraintModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementSettingIntegerConstraintModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementSettingIntegerConstraintModel.go
deleted file mode 100644
index 91092cd8..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementSettingIntegerConstraintModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// DeviceManagementSettingIntegerConstraint undocumented
-type DeviceManagementSettingIntegerConstraint struct {
- // DeviceManagementConstraint is the base model of DeviceManagementSettingIntegerConstraint
- DeviceManagementConstraint
- // MinimumValue The minimum permitted value
- MinimumValue *int `json:"minimumValue,omitempty"`
- // MaximumValue The maximum permitted value
- MaximumValue *int `json:"maximumValue,omitempty"`
-}