summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/WorkbookCommentReplyModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/WorkbookCommentReplyModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/WorkbookCommentReplyModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/WorkbookCommentReplyModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/WorkbookCommentReplyModel.go
deleted file mode 100644
index ac9a0027..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/WorkbookCommentReplyModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// 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"`
-}