github.com/yaegashi/msgraph.go@v0.1.4/v1.0/ModelPublication.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // PublicationFacet undocumented
     6  type PublicationFacet struct {
     7  	// Object is the base model of PublicationFacet
     8  	Object
     9  	// Level undocumented
    10  	Level *string `json:"level,omitempty"`
    11  	// VersionID undocumented
    12  	VersionID *string `json:"versionId,omitempty"`
    13  }