-
insertId
(type:String.t
, default:nil
) - [Optional] A unique ID for each row. BigQuery uses this property to detect duplicate insertion requests on a best-effort basis. -
json
(type:GoogleApi.BigQuery.V2.Model.JsonObject.t
, default:nil
) - [Required] A JSON object that contains a row of data. The object's properties and values must match the destination table's schema.
Specs
t() :: %GoogleApi.BigQuery.V2.Model.TableDataInsertAllRequestRows{ insertId: String.t(), json: GoogleApi.BigQuery.V2.Model.JsonObject.t() }