github.com/yaegashi/msgraph.go@v0.1.4/beta/ModelConnection.go (about)

     1  // Code generated by msgraph.go/gen DO NOT EDIT.
     2  
     3  package msgraph
     4  
     5  // ConnectionOperation undocumented
     6  type ConnectionOperation struct {
     7  	// Entity is the base model of ConnectionOperation
     8  	Entity
     9  	// Status undocumented
    10  	Status *ConnectionOperationStatus `json:"status,omitempty"`
    11  	// Error undocumented
    12  	Error *ErrorDetail `json:"error,omitempty"`
    13  }