matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/DocumentCommentReplyModel.go

12 lines
276 B
Go

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// DocumentCommentReply undocumented
type DocumentCommentReply struct {
// Entity is the base model of DocumentCommentReply
Entity
// Content undocumented
Content *string `json:"content,omitempty"`
}