mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-25 20:22:03 -08:00
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"`
|
||
|
}
|