View Source GoogleApi.Sheets.V4.Model.BigQueryTableSpec (google_api_sheets v0.34.0)

Specifies a BigQuery table definition. Only native tables are allowed.

Attributes

  • datasetId (type: String.t, default: nil) - The BigQuery dataset id.
  • tableId (type: String.t, default: nil) - The BigQuery table id.
  • tableProjectId (type: String.t, default: nil) - The ID of a BigQuery project the table belongs to. If not specified, the project_id is assumed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.BigQueryTableSpec{
  datasetId: String.t() | nil,
  tableId: String.t() | nil,
  tableProjectId: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.