blob: 8012f495fb9267ec01384cb06223b3428141c071 (
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
// OnenotePagePreview undocumented
type OnenotePagePreview struct {
// Object is the base model of OnenotePagePreview
Object
// PreviewText undocumented
PreviewText *string `json:"previewText,omitempty"`
// Links undocumented
Links *OnenotePagePreviewLinks `json:"links,omitempty"`
}
|