blob: f982cc0b418671e9898384a973d9d64c695399ba (
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
// WebPart undocumented
type WebPart struct {
// Object is the base model of WebPart
Object
// Type undocumented
Type *string `json:"type,omitempty"`
// Data undocumented
Data *SitePageData `json:"data,omitempty"`
}
|