View Source GoogleApi.BigQueryReservation.V1.Model.TableReference (google_api_big_query_reservation v0.20.2)

Fully qualified reference to BigQuery table. Internally stored as google.cloud.bi.v1.BqTableReference.

Attributes

  • datasetId (type: String.t, default: nil) - The ID of the dataset in the above project.
  • projectId (type: String.t, default: nil) - The assigned project ID of the project.
  • tableId (type: String.t, default: nil) - The ID of the table in the above dataset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQueryReservation.V1.Model.TableReference{
  datasetId: String.t() | nil,
  projectId: String.t() | nil,
  tableId: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.