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