blob: 03f929bcb517df1fcebfe9fcf6d087d13dfe11e4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// OMASettingString undocumented
type OMASettingString struct {
// OMASetting is the base model of OMASettingString
OMASetting
// Value Value.
Value *string `json:"value,omitempty"`
}
|