blob: 50b444656e355ebdd6bc0e89b255d723c4184d24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// OMASettingStringXML undocumented
type OMASettingStringXML struct {
// OMASetting is the base model of OMASettingStringXML
OMASetting
// FileName File name associated with the Value property (*.xml).
FileName *string `json:"fileName,omitempty"`
// Value Value. (UTF8 encoded byte array)
Value *Binary `json:"value,omitempty"`
}
|