diff options
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/MobileContainedAppModel.go')
-rw-r--r-- | vendor/github.com/matterbridge/msgraph.go/beta/MobileContainedAppModel.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/MobileContainedAppModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/MobileContainedAppModel.go deleted file mode 100644 index b4576b33..00000000 --- a/vendor/github.com/matterbridge/msgraph.go/beta/MobileContainedAppModel.go +++ /dev/null @@ -1,9 +0,0 @@ -// Code generated by msgraph-generate.go DO NOT EDIT. - -package msgraph - -// MobileContainedApp An abstract class that represents a contained app in a mobileApp acting as a package. -type MobileContainedApp struct { - // Entity is the base model of MobileContainedApp - Entity -} |