5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/TeamsTabModel.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"`
}