SnapshotDefinitionResponse

data class SnapshotDefinitionResponse(val baseTableReference: TableReferenceResponse, val snapshotTime: String)

Constructors

Link copied to clipboard
fun SnapshotDefinitionResponse(baseTableReference: TableReferenceResponse, snapshotTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required Reference describing the ID of the table that was snapshot.

Link copied to clipboard

Required The time at which the base table was snapshot. This value is reported in the JSON response using RFC3339 format.