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

package msgraph

// DeviceManagementCollectionSettingInstance A setting instance representing a collection of values
type DeviceManagementCollectionSettingInstance struct {
	// DeviceManagementSettingInstance is the base model of DeviceManagementCollectionSettingInstance
	DeviceManagementSettingInstance
	// Value undocumented
	Value []DeviceManagementSettingInstance `json:"value,omitempty"`
}