BigQuery v0.0.13 BigQuery.Types.TableReference

Reference to a BigQuery Table.

Fields:

  • datasetId - [Required] The ID of the dataset containing this table.
  • projectId - [Required] The ID of the project containing this table.
  • tableId - [Required] The ID of the table.

Summary

Types

t()
t() :: %BigQuery.Types.TableReference{datasetId: String.t, projectId: String.t, tableId: String.t}