forked from lug/matterbridge
Add initial Microsoft Teams support
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
This commit is contained in:
25
vendor/github.com/yaegashi/msgraph.go/beta/ResourceVisualizationModel.go
generated
vendored
Normal file
25
vendor/github.com/yaegashi/msgraph.go/beta/ResourceVisualizationModel.go
generated
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
// Code generated by msgraph-generate.go DO NOT EDIT.
|
||||
|
||||
package msgraph
|
||||
|
||||
// ResourceVisualization undocumented
|
||||
type ResourceVisualization struct {
|
||||
// Object is the base model of ResourceVisualization
|
||||
Object
|
||||
// Title undocumented
|
||||
Title *string `json:"title,omitempty"`
|
||||
// Type undocumented
|
||||
Type *string `json:"type,omitempty"`
|
||||
// MediaType undocumented
|
||||
MediaType *string `json:"mediaType,omitempty"`
|
||||
// PreviewImageURL undocumented
|
||||
PreviewImageURL *string `json:"previewImageUrl,omitempty"`
|
||||
// PreviewText undocumented
|
||||
PreviewText *string `json:"previewText,omitempty"`
|
||||
// ContainerWebURL undocumented
|
||||
ContainerWebURL *string `json:"containerWebUrl,omitempty"`
|
||||
// ContainerDisplayName undocumented
|
||||
ContainerDisplayName *string `json:"containerDisplayName,omitempty"`
|
||||
// ContainerType undocumented
|
||||
ContainerType *string `json:"containerType,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user