blob: 4e2dc9ffbd2c6a30d808b5b48003ed175b6ad206 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// WorkbookComment undocumented
type WorkbookComment struct {
// Entity is the base model of WorkbookComment
Entity
// Content undocumented
Content *string `json:"content,omitempty"`
// ContentType undocumented
ContentType *string `json:"contentType,omitempty"`
// Replies undocumented
Replies []WorkbookCommentReply `json:"replies,omitempty"`
}
|