CloneDefinitionResponse

data class CloneDefinitionResponse(val baseTableReference: TableReferenceResponse, val cloneTime: String)

Constructors

Link copied to clipboard
fun CloneDefinitionResponse(baseTableReference: TableReferenceResponse, cloneTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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