summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ConnectionOperationModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ConnectionOperationModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ConnectionOperationModel.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ConnectionOperationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ConnectionOperationModel.go
deleted file mode 100644
index a8d5e3b1..00000000
--- a/vendor/github.com/yaegashi/msgraph.go/beta/ConnectionOperationModel.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Code generated by msgraph-generate.go DO NOT EDIT.
-
-package msgraph
-
-// ConnectionOperation undocumented
-type ConnectionOperation struct {
- // Entity is the base model of ConnectionOperation
- Entity
- // Status undocumented
- Status *ConnectionOperationStatus `json:"status,omitempty"`
- // Error undocumented
- Error *ErrorDetail `json:"error,omitempty"`
-}