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, 13 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ConnectionOperationModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ConnectionOperationModel.go
new file mode 100644
index 00000000..a8d5e3b1
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/ConnectionOperationModel.go
@@ -0,0 +1,13 @@
+// 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"`
+}