blob: 928e169e599606477401dd9544014ba213be4b34 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// 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"`
}
|