summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/MeetingInfoModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/MeetingInfoModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/MeetingInfoModel.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/MeetingInfoModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/MeetingInfoModel.go
deleted file mode 100644
index b08732e1..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/MeetingInfoModel.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// MeetingInfo undocumented
-type MeetingInfo struct {
- // Object is the base model of MeetingInfo
- Object
- // AllowConversationWithoutHost undocumented
- AllowConversationWithoutHost *bool `json:"allowConversationWithoutHost,omitempty"`
-}