summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/WorkbookCommentReplyModel.go
blob: ac9a00276f039d2f8973dbff6f4faa1a3759a3f5 (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

// WorkbookCommentReply undocumented
type WorkbookCommentReply struct {
	// Entity is the base model of WorkbookCommentReply
	Entity
	// Content undocumented
	Content *string `json:"content,omitempty"`
	// ContentType undocumented
	ContentType *string `json:"contentType,omitempty"`
}