TableRestoreStatus constructor
      
      TableRestoreStatus({ 
    
    
- String? clusterIdentifier,
- String? message,
- String? newTableName,
- int? progressInMegaBytes,
- DateTime? requestTime,
- String? snapshotIdentifier,
- String? sourceDatabaseName,
- String? sourceSchemaName,
- String? sourceTableName,
- TableRestoreStatusType? status,
- String? tableRestoreRequestId,
- String? targetDatabaseName,
- String? targetSchemaName,
- 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,
});