summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/WebsiteModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/WebsiteModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/WebsiteModel.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/WebsiteModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/WebsiteModel.go
deleted file mode 100644
index 86c680d5..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/WebsiteModel.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// Website undocumented
-type Website struct {
- // Object is the base model of Website
- Object
- // Type undocumented
- Type *WebsiteType `json:"type,omitempty"`
- // Address undocumented
- Address *string `json:"address,omitempty"`
- // DisplayName undocumented
- DisplayName *string `json:"displayName,omitempty"`
-}