DeleteDBProxyResponse constructor

DeleteDBProxyResponse({
  1. DBProxy? dBProxy,
})

Implementation

DeleteDBProxyResponse({
  this.dBProxy,
});