summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/msgraph.go/beta/InnerErrorDetailModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/msgraph.go/beta/InnerErrorDetailModel.go')
-rw-r--r--vendor/github.com/matterbridge/msgraph.go/beta/InnerErrorDetailModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/matterbridge/msgraph.go/beta/InnerErrorDetailModel.go b/vendor/github.com/matterbridge/msgraph.go/beta/InnerErrorDetailModel.go
deleted file mode 100644
index 4286e8a2..00000000
--- a/vendor/github.com/matterbridge/msgraph.go/beta/InnerErrorDetailModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// InnerErrorDetail undocumented
-type InnerErrorDetail struct {
- // Object is the base model of InnerErrorDetail
- Object
- // Source undocumented
- Source *string `json:"source,omitempty"`
- // Message undocumented
- Message *string `json:"message,omitempty"`
-}