blob: f1790b939df477f614d607b41972a4ea715e6f15 (
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
// EducationOneNoteResource undocumented
type EducationOneNoteResource struct {
// EducationResource is the base model of EducationOneNoteResource
EducationResource
// SectionName undocumented
SectionName *string `json:"sectionName,omitempty"`
// PageURL undocumented
PageURL *string `json:"pageUrl,omitempty"`
}
|