google_api_big_query v0.0.1 GoogleApi.BigQuery.V2.Model.TableDataInsertAllRequestRows View Source
Attributes
- insertId (String.t): [Optional] A unique ID for each row. BigQuery uses this property to detect duplicate insertion requests on a best-effort basis. Defaults to:
null. - json (JsonObject): [Required] A JSON object that contains a row of data. The object's properties and values must match the destination table's schema. Defaults to:
null.