blob: 8a044979e87de5dc9d427016fa358ad4b301d0fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// Onenote undocumented
type Onenote struct {
// Entity is the base model of Onenote
Entity
// Notebooks undocumented
Notebooks []Notebook `json:"notebooks,omitempty"`
// Sections undocumented
Sections []OnenoteSection `json:"sections,omitempty"`
// SectionGroups undocumented
SectionGroups []SectionGroup `json:"sectionGroups,omitempty"`
// Pages undocumented
Pages []OnenotePage `json:"pages,omitempty"`
// Resources undocumented
Resources []OnenoteResource `json:"resources,omitempty"`
// Operations undocumented
Operations []OnenoteOperation `json:"operations,omitempty"`
}
|