blob: 2417f665f5753213fe4ae10881a02e1e6397e154 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// Document undocumented
type Document struct {
// Entity is the base model of Document
Entity
// Comments undocumented
Comments []DocumentComment `json:"comments,omitempty"`
}
|