blob: 262acf408eb48c49bb5c8546ccfbf9dae19abfd4 (
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
// VisualProperties undocumented
type VisualProperties struct {
// Object is the base model of VisualProperties
Object
// Title undocumented
Title *string `json:"title,omitempty"`
// Body undocumented
Body *string `json:"body,omitempty"`
}
|