blob: 9f6e3c10219cd01fc6325f29955f227c8f722baa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DeviceManagementComplexSettingInstance A setting instance representing a complex value
type DeviceManagementComplexSettingInstance struct {
// DeviceManagementSettingInstance is the base model of DeviceManagementComplexSettingInstance
DeviceManagementSettingInstance
// Value undocumented
Value []DeviceManagementSettingInstance `json:"value,omitempty"`
}
|