GetBackupResult

data class GetBackupResult(val createTime: String, val labels: Map<String, String>, val name: String, val state: String, val statusMessage: String, val type: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetBackupResult(createTime: String, labels: Map<String, String>, name: String, state: String, statusMessage: String, type: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the backups was created.

Link copied to clipboard

Optional. Resource labels to represent user provided metadata.

Link copied to clipboard

The unique name of the Backup in the form of projects/{project_id}/locations/global/domains/{domain_name}/backups/{name}

Link copied to clipboard

The current state of the backup.

Link copied to clipboard

Additional information about the current status of this backup, if available.

Link copied to clipboard

Indicates whether it’s an on-demand backup or scheduled.

Link copied to clipboard

Last update time.