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