mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 15:40:30 +00:00
22 lines
664 B
Go
22 lines
664 B
Go
|
// 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"`
|
||
|
}
|