TableRestoreStatus constructor

TableRestoreStatus({
  1. String? clusterIdentifier,
  2. String? message,
  3. String? newTableName,
  4. int? progressInMegaBytes,
  5. DateTime? requestTime,
  6. String? snapshotIdentifier,
  7. String? sourceDatabaseName,
  8. String? sourceSchemaName,
  9. String? sourceTableName,
  10. TableRestoreStatusType? status,
  11. String? tableRestoreRequestId,
  12. String? targetDatabaseName,
  13. String? targetSchemaName,
  14. int? totalDataInMegaBytes,
})

Implementation

TableRestoreStatus({
  this.clusterIdentifier,
  this.message,
  this.newTableName,
  this.progressInMegaBytes,
  this.requestTime,
  this.snapshotIdentifier,
  this.sourceDatabaseName,
  this.sourceSchemaName,
  this.sourceTableName,
  this.status,
  this.tableRestoreRequestId,
  this.targetDatabaseName,
  this.targetSchemaName,
  this.totalDataInMegaBytes,
});