package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module TableDataInsertAllRequest.RowsSource

Sourcetype t = {
  1. insertId : string;
    (*

    [Optional] A unique ID for each row. BigQuery uses this property to detect duplicate insertion requests on a best-effort basis.

    *)
  2. 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.

    *)
}
Sourceval insertId : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list