Module TableDataInsertAllRequest.Rows
type t={insertId : string;[Optional] A unique ID for each row. BigQuery uses this property to detect duplicate insertion requests on a best-effort basis.
json : JsonObject.t;[Required] A JSON object that contains a row of data. The object's properties and values must match the destination table's schema.
}
val insertId : (t, string) GapiLens.tval json : (t, JsonObject.t) GapiLens.tval empty : tval render : t -> GapiJson.json_data_model listval parse : t -> GapiJson.json_data_model -> t