summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/DeviceManagementIntegerSettingInstanceModel.go
blob: b24e21f21a99eb5c798b544cf105f5258b6a0d03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// DeviceManagementIntegerSettingInstance A setting instance representing an integer value
type DeviceManagementIntegerSettingInstance struct {
	// DeviceManagementSettingInstance is the base model of DeviceManagementIntegerSettingInstance
	DeviceManagementSettingInstance
	// Value The integer value
	Value *int `json:"value,omitempty"`
}