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