blob: d086f2045d89dcc0210e03d90a373f3b7c55c376 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// SitePage undocumented
type SitePage struct {
// BaseItem is the base model of SitePage
BaseItem
// Title undocumented
Title *string `json:"title,omitempty"`
// ContentType undocumented
ContentType *ContentTypeInfo `json:"contentType,omitempty"`
// PageLayoutType undocumented
PageLayoutType *string `json:"pageLayoutType,omitempty"`
// WebParts undocumented
WebParts []WebPart `json:"webParts,omitempty"`
// PublishingState undocumented
PublishingState *PublicationFacet `json:"publishingState,omitempty"`
}
|