// 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"` }