summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelPublication.go
blob: 74f6f747b1f8776911265c9cf12b109bda4340a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by msgraph.go/gen DO NOT EDIT.

package msgraph

// PublicationFacet undocumented
type PublicationFacet struct {
	// Object is the base model of PublicationFacet
	Object
	// Level undocumented
	Level *string `json:"level,omitempty"`
	// VersionID undocumented
	VersionID *string `json:"versionId,omitempty"`
}