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