summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/OnenotePagePreviewLinksModel.go
blob: f5ad2e30c34ac807f4cc50bb991bb4f89ceb20c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Code generated by msgraph-generate.go DO NOT EDIT.

package msgraph

// OnenotePagePreviewLinks undocumented
type OnenotePagePreviewLinks struct {
	// Object is the base model of OnenotePagePreviewLinks
	Object
	// PreviewImageURL undocumented
	PreviewImageURL *ExternalLink `json:"previewImageUrl,omitempty"`
}