summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementSettingIntegerConstraintModel.go
blob: 91092cd8efbb8e4f362ccd587356263757833c26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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"`
}