RestoreInfoResponse

data class RestoreInfoResponse(val backupInfo: BackupInfoResponse, val sourceType: String)

Information about a table restore.

Constructors

Link copied to clipboard
constructor(backupInfo: BackupInfoResponse, sourceType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information about the backup used to restore the table. The backup may no longer exist.

Link copied to clipboard

The type of the restore source.