diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/OnenoteModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/OnenoteModel.go | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/OnenoteModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/OnenoteModel.go new file mode 100644 index 00000000..8a044979 --- /dev/null +++ b/vendor/github.com/yaegashi/msgraph.go/beta/OnenoteModel.go @@ -0,0 +1,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"` +} |