RestoreTableToPointInTimeOutput constructor

RestoreTableToPointInTimeOutput({
  1. TableDescription? tableDescription,
})

Implementation

RestoreTableToPointInTimeOutput({
  this.tableDescription,
});