GetBackupRunResult

data class GetBackupRunResult(val backupId: Int, val id: String, val instance: String, val location: String, val mostRecent: Boolean? = null, val project: String, val startTime: String, val status: String)

A collection of values returned by getBackupRun.

Constructors

Link copied to clipboard
constructor(backupId: Int, id: String, instance: String, location: String, mostRecent: Boolean? = null, project: String, startTime: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Location of the backups.

Link copied to clipboard
val mostRecent: Boolean? = null
Link copied to clipboard
Link copied to clipboard

The time the backup operation actually started in UTC timezone in RFC 3339 format, for example 2012-11-15T16:19:00.094Z.

Link copied to clipboard

The status of this run. Refer to API reference for possible status values.