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

Specifies a BigQuery table definition. Only native tables is 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.