GoogleApi.BigQuery.V2.Model.SnapshotDefinition (google_api_big_query v0.46.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

Specs

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

Functions

decode(value, options)

Specs

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

Unwrap a decoded JSON object into its complex fields.