summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/AppCatalogsModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/AppCatalogsModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/AppCatalogsModel.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/AppCatalogsModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/AppCatalogsModel.go
new file mode 100644
index 00000000..de2b6a34
--- /dev/null
+++ b/vendor/github.com/matterbridge/msgraph.go/beta/AppCatalogsModel.go
@@ -0,0 +1,11 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// AppCatalogs undocumented
+type AppCatalogs struct {
+ // Entity is the base model of AppCatalogs
+ Entity
+ // TeamsApps undocumented
+ TeamsApps []TeamsApp `json:"teamsApps,omitempty"`
+}