DeleteOutboundCrossClusterSearchConnectionResponse constructor

DeleteOutboundCrossClusterSearchConnectionResponse({
  1. OutboundCrossClusterSearchConnection? crossClusterSearchConnection,
})

Implementation

DeleteOutboundCrossClusterSearchConnectionResponse({
  this.crossClusterSearchConnection,
});