// 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"`
}