summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ModelPublication.go
blob: 706baf5e6ed7c38a1249a52d8bae6b6f1648efef (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

// 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"`
}