DeleteTableOutput constructor

DeleteTableOutput({
  1. TableDescription? tableDescription,
})

Implementation

DeleteTableOutput({
  this.tableDescription,
});