5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/OnenoteModel.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"`
}