mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-25 12:12:05 -08:00
795a8705c3
Documentation on https://github.com/42wim/matterbridge/wiki/MS-Teams-setup
26 lines
797 B
Go
26 lines
797 B
Go
// Code generated by msgraph-generate.go DO NOT EDIT.
|
|
|
|
package msgraph
|
|
|
|
// TeamsTab undocumented
|
|
type TeamsTab struct {
|
|
// Entity is the base model of TeamsTab
|
|
Entity
|
|
// Name undocumented
|
|
Name *string `json:"name,omitempty"`
|
|
// DisplayName undocumented
|
|
DisplayName *string `json:"displayName,omitempty"`
|
|
// TeamsAppID undocumented
|
|
TeamsAppID *string `json:"teamsAppId,omitempty"`
|
|
// SortOrderIndex undocumented
|
|
SortOrderIndex *string `json:"sortOrderIndex,omitempty"`
|
|
// MessageID undocumented
|
|
MessageID *string `json:"messageId,omitempty"`
|
|
// WebURL undocumented
|
|
WebURL *string `json:"webUrl,omitempty"`
|
|
// Configuration undocumented
|
|
Configuration *TeamsTabConfiguration `json:"configuration,omitempty"`
|
|
// TeamsApp undocumented
|
|
TeamsApp *TeamsApp `json:"teamsApp,omitempty"`
|
|
}
|