summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/ApplicationTemplateModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/ApplicationTemplateModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/ApplicationTemplateModel.go25
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/ApplicationTemplateModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/ApplicationTemplateModel.go
deleted file mode 100644
index 8b5e8846..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/ApplicationTemplateModel.go
+++ /dev/null
@@ -1,25 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// ApplicationTemplate undocumented
-type ApplicationTemplate struct {
- // Entity is the base model of ApplicationTemplate
- Entity
- // DisplayName undocumented
- DisplayName *string `json:"displayName,omitempty"`
- // HomePageURL undocumented
- HomePageURL *string `json:"homePageUrl,omitempty"`
- // SupportedSingleSignOnModes undocumented
- SupportedSingleSignOnModes []string `json:"supportedSingleSignOnModes,omitempty"`
- // SupportedProvisioningTypes undocumented
- SupportedProvisioningTypes []string `json:"supportedProvisioningTypes,omitempty"`
- // LogoURL undocumented
- LogoURL *string `json:"logoUrl,omitempty"`
- // Categories undocumented
- Categories []string `json:"categories,omitempty"`
- // Publisher undocumented
- Publisher *string `json:"publisher,omitempty"`
- // Description undocumented
- Description *string `json:"description,omitempty"`
-}