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