google_api_big_query v0.42.0 GoogleApi.BigQuery.V2.Model.SnapshotDefinition View Source

Attributes

  • 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.BigQuery.V2.Model.SnapshotDefinition{
  baseTableReference: GoogleApi.BigQuery.V2.Model.TableReference.t(),
  snapshotTime: DateTime.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.