blob: 9db08b8d5e4134cb01ccdc53c6ca6f47622edd59 (
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
// ItemBody undocumented
type ItemBody struct {
// Object is the base model of ItemBody
Object
// ContentType undocumented
ContentType *BodyType `json:"contentType,omitempty"`
// Content undocumented
Content *string `json:"content,omitempty"`
}
|