BackupInfoResponse

data class BackupInfoResponse(val backup: String, val endTime: String, val sourceBackup: String, val sourceTable: String, val startTime: String)

Information about a backup.

Constructors

Link copied to clipboard
constructor(backup: String, endTime: String, sourceBackup: String, sourceTable: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Name of the backup.

Link copied to clipboard

This time that the backup was finished. Row data in the backup will be no newer than this timestamp.

Link copied to clipboard

Name of the backup from which this backup was copied. If a backup is not created by copying a backup, this field will be empty. Values are of the form: projects//instances//backups/.

Link copied to clipboard

Name of the table the backup was created from.

Link copied to clipboard

The time that the backup was started. Row data in the backup will be no older than this timestamp.