summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/MeetingInfoModel.go
blob: b08732e1281996c8463c3ccc111c60e7e9880afd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// 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"`
}