-
baseTableReference(type:GoogleApi.BigQuery.V2.Model.TableReference.t, default:nil) - [Required] Reference describing the ID of the table that is snapshotted. -
snapshotTime(type:DateTime.t, default:nil) - [Required] The time at which the base table was snapshot.
Specs
t() :: %GoogleApi.BigQuery.V2.Model.SnapshotDefinition{
baseTableReference: GoogleApi.BigQuery.V2.Model.TableReference.t(),
snapshotTime: DateTime.t()
}