blob: c6316e32483732fd5cf21d775f8d5d3975c1e948 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Code generated by msgraph.go/gen 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"`
}
|