diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/TeamsTabModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/TeamsTabModel.go | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/TeamsTabModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/TeamsTabModel.go deleted file mode 100644 index d5de3c0a..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/TeamsTabModel.go +++ /dev/null @@ -1,25 +0,0 @@ -// 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"` -} |