Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
21
vendor/github.com/yaegashi/msgraph.go/beta/SharedInsightModel.go
generated
vendored
Normal file
21
vendor/github.com/yaegashi/msgraph.go/beta/SharedInsightModel.go
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// SharedInsight undocumented
|
||||
type SharedInsight struct {
|
||||
// Entity is the base model of SharedInsight
|
||||
Entity
|
||||
// LastShared undocumented
|
||||
LastShared *SharingDetail `json:"lastShared,omitempty"`
|
||||
// SharingHistory undocumented
|
||||
SharingHistory []SharingDetail `json:"sharingHistory,omitempty"`
|
||||
// ResourceVisualization undocumented
|
||||
ResourceVisualization *ResourceVisualization `json:"resourceVisualization,omitempty"`
|
||||
// ResourceReference undocumented
|
||||
ResourceReference *ResourceReference `json:"resourceReference,omitempty"`
|
||||
// LastSharedMethod undocumented
|
||||
LastSharedMethod *Entity `json:"lastSharedMethod,omitempty"`
|
||||
// Resource undocumented
|
||||
Resource *Entity `json:"resource,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user